Color Hex Logo

#080ccb Color Hex

#080CCB
(8,12,203)
0 Favorites   0 Comments

Color spaces of #080ccb

RGB 812203
HSL0.660.920.41
HSV239°96°80°
CMYK 0.960.940.00   0.20
XYZ11.01114.626456.8125
Yxy4.62640.15200.0639
Hunter Lab21.509153.7383-141.5480
CIE-Lab25.642764.2496-89.2141

#080ccb color RGB value is (8,12,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 00001100 11001011
Octal 10 14 313
Decimal 8 12 203
Hex 8 C CB

RGB Percentages of Color #080ccb

%3.59
%5.38
%91.03

CMYK Percentages of Color #080ccb

%96
%94
%0
%20

Triadic Colors of #080ccb

#080ccb #cb080c #0ccb08

Analogous Colors of #080ccb

#080ccb #6608cb #086ecb

Monochromatic Colors of #080ccb

#080ccb

Complementary Color

#080ccb #cbc708

#080ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#080ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#080ccb Color CSS Codes

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

#080ccb Text Font Color

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

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


#080ccb Background Color

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

This div background color is #080ccb


#080ccb Border Color

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

This div border color is #080ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #080ccb


Comments

No comments written yet.

Please login to write comment.