Color Hex Logo

#025080 Color Hex

#025080
(2,80,128)
0 Favorites   0 Comments

Color spaces of #025080

RGB 280128
HSL0.560.970.25
HSV203°98°50°
CMYK 0.980.380.00   0.50
XYZ6.79007.308721.4749
Yxy7.30870.19090.2055
Hunter Lab27.0346-2.4786-28.1727
CIE-Lab32.4996-1.5838-32.7981

#025080 color RGB value is (2,80,128).

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

The process color (four color CMYK) of #025080 color hex is 0.98, 0.38, 0.00, 0.50. Web safe color of #025080 is #006699. Color #025080 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01010000 10000000
Octal 2 120 200
Decimal 2 80 128
Hex 2 50 80

RGB Percentages of Color #025080

%0.95
%38.10
%60.95

CMYK Percentages of Color #025080

%98
%38
%0
%50

Triadic Colors of #025080

#025080 #800250 #508002

Analogous Colors of #025080

#025080 #021180 #028071

Monochromatic Colors of #025080

#025080

Complementary Color

#025080 #803202

#025080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#025080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#025080 Color CSS Codes

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

#025080 Text Font Color

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

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


#025080 Background Color

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

This div background color is #025080


#025080 Border Color

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

This div border color is #025080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #025080


Comments

No comments written yet.

Please login to write comment.