Color Hex Logo

#083eec Color Hex

#083EEC
(8,62,236)
0 Favorites   0 Comments

Color spaces of #083eec

RGB 862236
HSL0.630.930.48
HSV226°97°93°
CMYK 0.970.740.00   0.07
XYZ16.96319.553080.3067
Yxy9.55300.15880.0894
Hunter Lab30.907943.8767-132.4150
CIE-Lab37.027952.9404-89.2736

#083eec color RGB value is (8,62,236).

#083eec hex color red value is 8, green value is 62 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #083eec hue: 0.63 , saturation: 0.93 and the lightness value of 083eec is 0.48.

The process color (four color CMYK) of #083eec color hex is 0.97, 0.74, 0.00, 0.07. Web safe color of #083eec is #0033ff. Color #083eec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00111110 11101100
Octal 10 76 354
Decimal 8 62 236
Hex 8 3E EC

RGB Percentages of Color #083eec

%2.61
%20.26
%77.12

CMYK Percentages of Color #083eec

%97
%74
%0
%7

Triadic Colors of #083eec

#083eec #ec083e #3eec08

Analogous Colors of #083eec

#083eec #4408ec #08b0ec

Monochromatic Colors of #083eec

#083eec

Complementary Color

#083eec #ecb608

#083eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#083eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#083eec Color CSS Codes

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

#083eec Text Font Color

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

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


#083eec Background Color

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

This div background color is #083eec


#083eec Border Color

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

This div border color is #083eec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,62,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #083eec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #083eec;
  -webkit-box-shadow: 1px 1px 3px 2px #083eec;
  box-shadow:         1px 1px 3px 2px #083eec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #083eec


Comments

No comments written yet.

Please login to write comment.