Color Hex Logo

#0807bc Color Hex

#0807BC
(8,7,188)
0 Favorites   0 Comments

Color spaces of #0807bc

RGB 87188
HSL0.670.930.38
HSV240°96°74°
CMYK 0.960.960.00   0.26
XYZ9.25323.834447.8294
Yxy3.83440.15190.0629
Hunter Lab19.581650.0815-131.1126
CIE-Lab23.116261.4096-84.5925

#0807bc color RGB value is (8,7,188).

#0807bc hex color red value is 8, green value is 7 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #0807bc hue: 0.67 , saturation: 0.93 and the lightness value of 0807bc is 0.38.

The process color (four color CMYK) of #0807bc color hex is 0.96, 0.96, 0.00, 0.26. Web safe color of #0807bc is #0000cc. Color #0807bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00000111 10111100
Octal 10 7 274
Decimal 8 7 188
Hex 8 7 BC

RGB Percentages of Color #0807bc

%3.94
%3.45
%92.61

CMYK Percentages of Color #0807bc

%96
%96
%0
%26

Triadic Colors of #0807bc

#0807bc #bc0807 #07bc08

Analogous Colors of #0807bc

#0807bc #6307bc #0760bc

Monochromatic Colors of #0807bc

#0807bc

Complementary Color

#0807bc #bbbc07

#0807bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0807bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0807bc Color CSS Codes

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

#0807bc Text Font Color

<p style="color:#0807bc">Text here</p>

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


#0807bc Background Color

<div style="background-color:#0807bc">
Div content here</div>

This div background color is #0807bc


#0807bc Border Color

<div style="border:3px solid #0807bc">
Div here</div>

This div border color is #0807bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,7,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0807bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0807bc;
  -webkit-box-shadow: 1px 1px 3px 2px #0807bc;
  box-shadow:         1px 1px 3px 2px #0807bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0807bc


Comments

No comments written yet.

Please login to write comment.