Color Hex Logo

#080dcf Color Hex

#080DCF
(8,13,207)
0 Favorites   0 Comments

Color spaces of #080dcf

RGB 813207
HSL0.660.930.42
HSV238°96°81°
CMYK 0.960.940.00   0.19
XYZ11.50654.844559.3601
Yxy4.84450.15200.0640
Hunter Lab22.010254.7983-144.4940
CIE-Lab26.287165.0742-90.4747

#080dcf color RGB value is (8,13,207).

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

The process color (four color CMYK) of #080dcf color hex is 0.96, 0.94, 0.00, 0.19. Web safe color of #080dcf is #0000cc. Color #080dcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00001101 11001111
Octal 10 15 317
Decimal 8 13 207
Hex 8 D CF

RGB Percentages of Color #080dcf

%3.51
%5.70
%90.79

CMYK Percentages of Color #080dcf

%96
%94
%0
%19

Triadic Colors of #080dcf

#080dcf #cf080d #0dcf08

Analogous Colors of #080dcf

#080dcf #6708cf #0871cf

Monochromatic Colors of #080dcf

#080dcf

Complementary Color

#080dcf #cfca08

#080dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#080dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#080dcf Color CSS Codes

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

#080dcf Text Font Color

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

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


#080dcf Background Color

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

This div background color is #080dcf


#080dcf Border Color

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

This div border color is #080dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #080dcf


Comments

No comments written yet.

Please login to write comment.