Color Hex Logo

#025187 Color Hex

#025187
(2,81,135)
0 Favorites   0 Comments

Color spaces of #025187

RGB 281135
HSL0.570.970.27
HSV204°99°53°
CMYK 0.990.400.00   0.47
XYZ7.34067.647024.0108
Yxy7.64700.18820.1961
Hunter Lab27.6532-1.0099-32.1232
CIE-Lab33.23660.7019-35.9404

#025187 color RGB value is (2,81,135).

#025187 hex color red value is 2, green value is 81 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #025187 hue: 0.57 , saturation: 0.97 and the lightness value of 025187 is 0.27.

The process color (four color CMYK) of #025187 color hex is 0.99, 0.40, 0.00, 0.47. Web safe color of #025187 is #006699. Color #025187 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01010001 10000111
Octal 2 121 207
Decimal 2 81 135
Hex 2 51 87

RGB Percentages of Color #025187

%0.92
%37.16
%61.93

CMYK Percentages of Color #025187

%99
%40
%0
%47

Triadic Colors of #025187

#025187 #870251 #518702

Analogous Colors of #025187

#025187 #020f87 #02877b

Monochromatic Colors of #025187

#025187

Complementary Color

#025187 #873802

#025187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#025187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#025187 Color CSS Codes

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

#025187 Text Font Color

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

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


#025187 Background Color

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

This div background color is #025187


#025187 Border Color

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

This div border color is #025187


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,81,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #025187; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #025187;
  -webkit-box-shadow: 1px 1px 3px 2px #025187;
  box-shadow:         1px 1px 3px 2px #025187; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #025187


Comments

No comments written yet.

Please login to write comment.