Color Hex Logo

#25006a Color Hex

#25006A
(37,0,106)
0 Favorites   0 Comments

Color spaces of #25006a

RGB 370106
HSL0.721.000.21
HSV261°100°42°
CMYK 0.651.000.00   0.58
XYZ3.36451.433913.7351
Yxy1.43390.18150.0774
Hunter Lab11.974629.1978-59.6248
CIE-Lab12.181542.6993-51.7157

#25006a color RGB value is (37,0,106).

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

The process color (four color CMYK) of #25006a color hex is 0.65, 1.00, 0.00, 0.58. Web safe color of #25006a is #330066. Color #25006a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00000000 01101010
Octal 45 0 152
Decimal 37 0 106
Hex 25 0 6A

RGB Percentages of Color #25006a

%25.87
%0.00
%74.13

CMYK Percentages of Color #25006a

%65
%100
%0
%58

Triadic Colors of #25006a

#25006a #6a2500 #006a25

Analogous Colors of #25006a

#25006a #5a006a #00106a

Monochromatic Colors of #25006a

#25006a

Complementary Color

#25006a #456a00

#25006a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25006a Color Preview on White Background

Lorem ipsum dolor sit amet.

#25006a Color CSS Codes

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

#25006a Text Font Color

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

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


#25006a Background Color

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

This div background color is #25006a


#25006a Border Color

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

This div border color is #25006a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25006a


Comments

No comments written yet.

Please login to write comment.