Color Hex Logo

#25006d Color Hex

#25006D
(37,0,109)
0 Favorites   0 Comments

Color spaces of #25006d

RGB 370109
HSL0.721.000.21
HSV260°100°43°
CMYK 0.661.000.00   0.57
XYZ3.52331.497414.5713
Yxy1.49740.17980.0764
Hunter Lab12.236829.9803-62.0352
CIE-Lab12.591543.4753-53.0044

#25006d color RGB value is (37,0,109).

#25006d hex color red value is 37, green value is 0 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #25006d hue: 0.72 , saturation: 1.00 and the lightness value of 25006d is 0.21.

The process color (four color CMYK) of #25006d color hex is 0.66, 1.00, 0.00, 0.57. Web safe color of #25006d is #330066. Color #25006d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00000000 01101101
Octal 45 0 155
Decimal 37 0 109
Hex 25 0 6D

RGB Percentages of Color #25006d

%25.34
%0.00
%74.66

CMYK Percentages of Color #25006d

%66
%100
%0
%57

Triadic Colors of #25006d

#25006d #6d2500 #006d25

Analogous Colors of #25006d

#25006d #5c006d #00126d

Monochromatic Colors of #25006d

#25006d

Complementary Color

#25006d #486d00

#25006d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25006d Color Preview on White Background

Lorem ipsum dolor sit amet.

#25006d Color CSS Codes

.mybgcolor {background-color:#25006d; } 
.myforecolor {color:#25006d; }
.mybordercolor {border:3px solid #25006d; }

#25006d Text Font Color

<p style="color:#25006d">Text here</p>

This sample text font color is #25006d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#25006d Background Color

<div style="background-color:#25006d">
Div content here</div>

This div background color is #25006d


#25006d Border Color

<div style="border:3px solid #25006d">
Div here</div>

This div border color is #25006d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,0,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25006d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25006d;
  -webkit-box-shadow: 1px 1px 3px 2px #25006d;
  box-shadow:         1px 1px 3px 2px #25006d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,0,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #25006d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #25006d;
  -webkit-box-shadow: 1px 1px 3px 2px #25006d;
  box-shadow:         1px 1px 3px 2px #25006d;">
Div content here</div>

This div box has shadow with color #25006d

#25006d Color Palettes


Comments

No comments written yet.

Please login to write comment.