Color Hex Logo

#080dec Color Hex

#080DEC
(8,13,236)
0 Favorites   0 Comments

Color spaces of #080dec

RGB 813236
HSL0.660.930.48
HSV239°97°93°
CMYK 0.970.940.00   0.07
XYZ15.38446.395679.7805
Yxy6.39560.15150.0630
Hunter Lab25.289564.3304-169.3387
CIE-Lab30.389472.5359-100.3238

#080dec color RGB value is (8,13,236).

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

The process color (four color CMYK) of #080dec color hex is 0.97, 0.94, 0.00, 0.07. Web safe color of #080dec is #0000ff. Color #080dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00001101 11101100
Octal 10 15 354
Decimal 8 13 236
Hex 8 D EC

RGB Percentages of Color #080dec

%3.11
%5.06
%91.83

CMYK Percentages of Color #080dec

%97
%94
%0
%7

Triadic Colors of #080dec

#080dec #ec080d #0dec08

Analogous Colors of #080dec

#080dec #7508ec #087fec

Monochromatic Colors of #080dec

#080dec

Complementary Color

#080dec #ece708

#080dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#080dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#080dec Color CSS Codes

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

#080dec Text Font Color

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

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


#080dec Background Color

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

This div background color is #080dec


#080dec Border Color

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

This div border color is #080dec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,13,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 #080dec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #080dec


Comments

No comments written yet.

Please login to write comment.