Color Hex Logo

#25066b Color Hex

#25066B
(37,6,107)
0 Favorites   0 Comments

Color spaces of #25066b

RGB 376107
HSL0.720.890.22
HSV258°94°42°
CMYK 0.650.940.00   0.58
XYZ3.48191.585114.0324
Yxy1.58510.18230.0830
Hunter Lab12.590127.3332-57.2692
CIE-Lab13.139140.4593-50.7832

#25066b color RGB value is (37,6,107).

#25066b hex color red value is 37, green value is 6 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #25066b hue: 0.72 , saturation: 0.89 and the lightness value of 25066b is 0.22.

The process color (four color CMYK) of #25066b color hex is 0.65, 0.94, 0.00, 0.58. Web safe color of #25066b is #330066. Color #25066b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00000110 01101011
Octal 45 6 153
Decimal 37 6 107
Hex 25 6 6B

RGB Percentages of Color #25066b

%24.67
%4.00
%71.33

CMYK Percentages of Color #25066b

%65
%94
%0
%58

Triadic Colors of #25066b

#25066b #6b2506 #066b25

Analogous Colors of #25066b

#25066b #57066b #061a6b

Monochromatic Colors of #25066b

#25066b

Complementary Color

#25066b #4c6b06

#25066b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25066b Color Preview on White Background

Lorem ipsum dolor sit amet.

#25066b Color CSS Codes

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

#25066b Text Font Color

<p style="color:#25066b">Text here</p>

This sample text font color is #25066b
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.


#25066b Background Color

<div style="background-color:#25066b">
Div content here</div>

This div background color is #25066b


#25066b Border Color

<div style="border:3px solid #25066b">
Div here</div>

This div border color is #25066b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,6,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25066b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25066b;
  -webkit-box-shadow: 1px 1px 3px 2px #25066b;
  box-shadow:         1px 1px 3px 2px #25066b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25066b


Comments

No comments written yet.

Please login to write comment.