Color Hex Logo

#023e81 Color Hex

#023E81
(2,62,129)
0 Favorites   0 Comments

Color spaces of #023e81

RGB 262129
HSL0.590.970.26
HSV212°98°51°
CMYK 0.980.520.00   0.49
XYZ5.71015.043121.4413
Yxy5.04310.17740.1566
Hunter Lab22.45686.0877-40.8890
CIE-Lab26.857211.0973-42.4656

#023e81 color RGB value is (2,62,129).

#023e81 hex color red value is 2, green value is 62 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #023e81 hue: 0.59 , saturation: 0.97 and the lightness value of 023e81 is 0.26.

The process color (four color CMYK) of #023e81 color hex is 0.98, 0.52, 0.00, 0.49. Web safe color of #023e81 is #003399. Color #023e81 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00111110 10000001
Octal 2 76 201
Decimal 2 62 129
Hex 2 3E 81

RGB Percentages of Color #023e81

%1.04
%32.12
%66.84

CMYK Percentages of Color #023e81

%98
%52
%0
%49

Triadic Colors of #023e81

#023e81 #81023e #3e8102

Analogous Colors of #023e81

#023e81 #050281 #027e81

Monochromatic Colors of #023e81

#023e81

Complementary Color

#023e81 #814502

#023e81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#023e81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#023e81 Color CSS Codes

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

#023e81 Text Font Color

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

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


#023e81 Background Color

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

This div background color is #023e81


#023e81 Border Color

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

This div border color is #023e81


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,62,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #023e81; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #023e81;
  -webkit-box-shadow: 1px 1px 3px 2px #023e81;
  box-shadow:         1px 1px 3px 2px #023e81; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #023e81


Comments

No comments written yet.

Please login to write comment.