Color Hex Logo

#025772 Color Hex

#025772
(2,87,114)
0 Favorites   0 Comments

Color spaces of #025772

RGB 287114
HSL0.540.970.23
HSV194°98°45°
CMYK 0.980.240.00   0.55
XYZ6.47058.044217.1312
Yxy8.04420.20450.2542
Hunter Lab28.3623-8.9115-15.9583
CIE-Lab34.0748-11.6799-21.6349

#025772 color RGB value is (2,87,114).

#025772 hex color red value is 2, green value is 87 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #025772 hue: 0.54 , saturation: 0.97 and the lightness value of 025772 is 0.23.

The process color (four color CMYK) of #025772 color hex is 0.98, 0.24, 0.00, 0.55. Web safe color of #025772 is #006666. Color #025772 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01010111 01110010
Octal 2 127 162
Decimal 2 87 114
Hex 2 57 72

RGB Percentages of Color #025772

%0.99
%42.86
%56.16

CMYK Percentages of Color #025772

%98
%24
%0
%55

Triadic Colors of #025772

#025772 #720257 #577202

Analogous Colors of #025772

#025772 #021f72 #027255

Monochromatic Colors of #025772

#025772

Complementary Color

#025772 #721d02

#025772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#025772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#025772 Color CSS Codes

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

#025772 Text Font Color

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

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


#025772 Background Color

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

This div background color is #025772


#025772 Border Color

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

This div border color is #025772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #025772


Comments

No comments written yet.

Please login to write comment.