Color Hex Logo

#080fcc Color Hex

#080FCC
(8,15,204)
0 Favorites   0 Comments

Color spaces of #080fcc

RGB 815204
HSL0.660.920.42
HSV238°96°80°
CMYK 0.960.930.00   0.20
XYZ11.17004.752957.4554
Yxy4.75290.15220.0648
Hunter Lab21.801153.3040-140.9939
CIE-Lab26.018963.7952-89.1707

#080fcc color RGB value is (8,15,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 00001111 11001100
Octal 10 17 314
Decimal 8 15 204
Hex 8 F CC

RGB Percentages of Color #080fcc

%3.52
%6.61
%89.87

CMYK Percentages of Color #080fcc

%96
%93
%0
%20

Triadic Colors of #080fcc

#080fcc #cc080f #0fcc08

Analogous Colors of #080fcc

#080fcc #6308cc #0871cc

Monochromatic Colors of #080fcc

#080fcc

Complementary Color

#080fcc #ccc508

#080fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#080fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#080fcc Color CSS Codes

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

#080fcc Text Font Color

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

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


#080fcc Background Color

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

This div background color is #080fcc


#080fcc Border Color

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

This div border color is #080fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #080fcc


Comments

No comments written yet.

Please login to write comment.