Color Hex Logo

#0e628a Color Hex

#0E628A
(14,98,138)
0 Favorites   0 Comments

Color spaces of #0e628a

RGB 1498138
HSL0.550.820.30
HSV199°90°54°
CMYK 0.900.290.00   0.46
XYZ9.136210.663725.6215
Yxy10.66370.20110.2348
Hunter Lab32.6553-7.2067-23.6605
CIE-Lab39.0082-8.0637-28.6331

#0e628a color RGB value is (14,98,138).

#0e628a hex color red value is 14, green value is 98 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #0e628a hue: 0.55 , saturation: 0.82 and the lightness value of 0e628a is 0.30.

The process color (four color CMYK) of #0e628a color hex is 0.90, 0.29, 0.00, 0.46. Web safe color of #0e628a is #006699. Color #0e628a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 01100010 10001010
Octal 16 142 212
Decimal 14 98 138
Hex E 62 8A

RGB Percentages of Color #0e628a

%5.60
%39.20
%55.20

CMYK Percentages of Color #0e628a

%90
%29
%0
%46

Triadic Colors of #0e628a

#0e628a #8a0e62 #628a0e

Analogous Colors of #0e628a

#0e628a #0e248a #0e8a74

Monochromatic Colors of #0e628a

#0e628a

Complementary Color

#0e628a #8a360e

#0e628a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e628a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e628a Color CSS Codes

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

#0e628a Text Font Color

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

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


#0e628a Background Color

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

This div background color is #0e628a


#0e628a Border Color

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

This div border color is #0e628a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e628a


Comments

No comments written yet.

Please login to write comment.