Color Hex Logo

#0e2081 Color Hex

#0E2081
(14,32,129)
0 Favorites   0 Comments

Color spaces of #0e2081

RGB 1432129
HSL0.640.800.28
HSV231°89°51°
CMYK 0.890.750.00   0.49
XYZ4.66012.711421.0466
Yxy2.71140.16400.0954
Hunter Lab16.466321.7008-64.2557
CIE-Lab18.848932.7911-55.5546

#0e2081 color RGB value is (14,32,129).

#0e2081 hex color red value is 14, green value is 32 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #0e2081 hue: 0.64 , saturation: 0.80 and the lightness value of 0e2081 is 0.28.

The process color (four color CMYK) of #0e2081 color hex is 0.89, 0.75, 0.00, 0.49. Web safe color of #0e2081 is #003399. Color #0e2081 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 00100000 10000001
Octal 16 40 201
Decimal 14 32 129
Hex E 20 81

RGB Percentages of Color #0e2081

%8.00
%18.29
%73.71

CMYK Percentages of Color #0e2081

%89
%75
%0
%49

Triadic Colors of #0e2081

#0e2081 #810e20 #20810e

Analogous Colors of #0e2081

#0e2081 #350e81 #0e5a81

Monochromatic Colors of #0e2081

#0e2081

Complementary Color

#0e2081 #816f0e

#0e2081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e2081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e2081 Color CSS Codes

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

#0e2081 Text Font Color

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

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


#0e2081 Background Color

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

This div background color is #0e2081


#0e2081 Border Color

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

This div border color is #0e2081


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(14,32,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0e2081; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0e2081;
  -webkit-box-shadow: 1px 1px 3px 2px #0e2081;
  box-shadow:         1px 1px 3px 2px #0e2081; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e2081


Comments

No comments written yet.

Please login to write comment.