Color Hex Logo

#080cb7 Color Hex

#080CB7
(8,12,183)
0 Favorites   0 Comments

Color spaces of #080cb7

RGB 812183
HSL0.660.920.37
HSV239°96°72°
CMYK 0.960.930.00   0.28
XYZ8.77893.733545.0577
Yxy3.73350.15250.0649
Hunter Lab19.322347.2859-124.7331
CIE-Lab22.770158.9026-82.1939

#080cb7 color RGB value is (8,12,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 00001100 10110111
Octal 10 14 267
Decimal 8 12 183
Hex 8 C B7

RGB Percentages of Color #080cb7

%3.94
%5.91
%90.15

CMYK Percentages of Color #080cb7

%96
%93
%0
%28

Triadic Colors of #080cb7

#080cb7 #b7080c #0cb708

Analogous Colors of #080cb7

#080cb7 #5b08b7 #0864b7

Monochromatic Colors of #080cb7

#080cb7

Complementary Color

#080cb7 #b7b308

#080cb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#080cb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#080cb7 Color CSS Codes

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

#080cb7 Text Font Color

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

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


#080cb7 Background Color

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

This div background color is #080cb7


#080cb7 Border Color

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

This div border color is #080cb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #080cb7


Comments

No comments written yet.

Please login to write comment.