Color Hex Logo

#025887 Color Hex

#025887
(2,88,135)
0 Favorites   0 Comments

Color spaces of #025887

RGB 288135
HSL0.560.970.27
HSV201°99°53°
CMYK 0.990.350.00   0.47
XYZ7.88798.741624.1932
Yxy8.74160.19320.2141
Hunter Lab29.5662-4.1192-27.8190
CIE-Lab35.4819-3.8106-32.3744

#025887 color RGB value is (2,88,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 01011000 10000111
Octal 2 130 207
Decimal 2 88 135
Hex 2 58 87

RGB Percentages of Color #025887

%0.89
%39.11
%60.00

CMYK Percentages of Color #025887

%99
%35
%0
%47

Triadic Colors of #025887

#025887 #870258 #588702

Analogous Colors of #025887

#025887 #021687 #028774

Monochromatic Colors of #025887

#025887

Complementary Color

#025887 #873102

#025887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#025887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#025887 Color CSS Codes

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

#025887 Text Font Color

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

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


#025887 Background Color

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

This div background color is #025887


#025887 Border Color

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

This div border color is #025887


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(2,88,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 #025887">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #025887


Comments

No comments written yet.

Please login to write comment.