Color Hex Logo

#0862cb Color Hex

#0862CB
(8,98,203)
0 Favorites   0 Comments

Color spaces of #0862cb

RGB 898203
HSL0.590.920.41
HSV212°96°80°
CMYK 0.960.520.00   0.20
XYZ15.247313.098858.2246
Yxy13.09880.17610.1513
Hunter Lab36.192311.8631-70.0487
CIE-Lab42.911717.7483-60.7630

#0862cb color RGB value is (8,98,203).

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

The process color (four color CMYK) of #0862cb color hex is 0.96, 0.52, 0.00, 0.20. Web safe color of #0862cb is #0066cc. Color #0862cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01100010 11001011
Octal 10 142 313
Decimal 8 98 203
Hex 8 62 CB

RGB Percentages of Color #0862cb

%2.59
%31.72
%65.70

CMYK Percentages of Color #0862cb

%96
%52
%0
%20

Triadic Colors of #0862cb

#0862cb #cb0862 #62cb08

Analogous Colors of #0862cb

#0862cb #1008cb #08c4cb

Monochromatic Colors of #0862cb

#0862cb

Complementary Color

#0862cb #cb7108

#0862cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0862cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0862cb Color CSS Codes

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

#0862cb Text Font Color

<p style="color:#0862cb">Text here</p>

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


#0862cb Background Color

<div style="background-color:#0862cb">
Div content here</div>

This div background color is #0862cb


#0862cb Border Color

<div style="border:3px solid #0862cb">
Div here</div>

This div border color is #0862cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,98,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 #0862cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0862cb


Comments

No comments written yet.

Please login to write comment.