Color Hex Logo

#025390 Color Hex

#025390
(2,83,144)
0 Favorites   0 Comments

Color spaces of #025390

RGB 283144
HSL0.570.970.29
HSV206°99°56°
CMYK 0.990.420.00   0.44
XYZ8.15238.213027.5412
Yxy8.21300.18570.1871
Hunter Lab28.65830.6250-36.9180
CIE-Lab34.42263.1656-39.5491

#025390 color RGB value is (2,83,144).

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

The process color (four color CMYK) of #025390 color hex is 0.99, 0.42, 0.00, 0.44. Web safe color of #025390 is #006699. Color #025390 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01010011 10010000
Octal 2 123 220
Decimal 2 83 144
Hex 2 53 90

RGB Percentages of Color #025390

%0.87
%36.24
%62.88

CMYK Percentages of Color #025390

%99
%42
%0
%44

Triadic Colors of #025390

#025390 #900253 #539002

Analogous Colors of #025390

#025390 #020c90 #029086

Monochromatic Colors of #025390

#025390

Complementary Color

#025390 #903f02

#025390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#025390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#025390 Color CSS Codes

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

#025390 Text Font Color

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

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


#025390 Background Color

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

This div background color is #025390


#025390 Border Color

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

This div border color is #025390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #025390


Comments

No comments written yet.

Please login to write comment.