Color Hex Logo

#25055a Color Hex

#25055A
(37,5,90)
0 Favorites   0 Comments

Color spaces of #25055a

RGB 37590
HSL0.730.890.19
HSV263°94°35°
CMYK 0.590.940.00   0.65
XYZ2.66271.24009.7719
Yxy1.24000.19470.0907
Hunter Lab11.135523.1953-44.2346
CIE-Lab10.849236.1263-43.2522

#25055a color RGB value is (37,5,90).

#25055a hex color red value is 37, green value is 5 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #25055a hue: 0.73 , saturation: 0.89 and the lightness value of 25055a is 0.19.

The process color (four color CMYK) of #25055a color hex is 0.59, 0.94, 0.00, 0.65. Web safe color of #25055a is #330066. Color #25055a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00000101 01011010
Octal 45 5 132
Decimal 37 5 90
Hex 25 5 5A

RGB Percentages of Color #25055a

%28.03
%3.79
%68.18

CMYK Percentages of Color #25055a

%59
%94
%0
%65

Triadic Colors of #25055a

#25055a #5a2505 #055a25

Analogous Colors of #25055a

#25055a #50055a #05105a

Monochromatic Colors of #25055a

#25055a

Complementary Color

#25055a #3a5a05

#25055a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25055a Color Preview on White Background

Lorem ipsum dolor sit amet.

#25055a Color CSS Codes

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

#25055a Text Font Color

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

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


#25055a Background Color

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

This div background color is #25055a


#25055a Border Color

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

This div border color is #25055a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25055a


Comments

No comments written yet.

Please login to write comment.