Color Hex Logo

#25028a Color Hex

#25028A
(37,2,138)
0 Favorites   0 Comments

Color spaces of #25028a

RGB 372138
HSL0.710.970.27
HSV255°99°54°
CMYK 0.730.990.00   0.46
XYZ5.37212.271724.2001
Yxy2.27170.16870.0713
Hunter Lab15.072237.2456-84.6465
CIE-Lab16.853050.2762-64.5047

#25028a color RGB value is (37,2,138).

#25028a hex color red value is 37, green value is 2 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #25028a hue: 0.71 , saturation: 0.97 and the lightness value of 25028a is 0.27.

The process color (four color CMYK) of #25028a color hex is 0.73, 0.99, 0.00, 0.46. Web safe color of #25028a is #330099. Color #25028a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00000010 10001010
Octal 45 2 212
Decimal 37 2 138
Hex 25 2 8A

RGB Percentages of Color #25028a

%20.90
%1.13
%77.97

CMYK Percentages of Color #25028a

%73
%99
%0
%46

Triadic Colors of #25028a

#25028a #8a2502 #028a25

Analogous Colors of #25028a

#25028a #69028a #02238a

Monochromatic Colors of #25028a

#25028a

Complementary Color

#25028a #678a02

#25028a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25028a Color Preview on White Background

Lorem ipsum dolor sit amet.

#25028a Color CSS Codes

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

#25028a Text Font Color

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

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


#25028a Background Color

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

This div background color is #25028a


#25028a Border Color

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

This div border color is #25028a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25028a


Comments

No comments written yet.

Please login to write comment.