color codes Logo

#087fcc color codes

#087FCC
(8,127,204)
0 Favorites   0 Comments

Color spaces of #087fcc

RGB 8127204
HSL0.570.920.42
HSV204°96°80°
CMYK 0.960.380.00   0.20
XYZ18.588619.590059.9283
Yxy19.59000.18950.1997
Hunter Lab44.2606-2.4895-49.2955
CIE-Lab51.3705-0.1618-47.7472

#087fcc color RGB value is (8,127,204).

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

The process color (four color CMYK) of #087fcc color code is 0.96, 0.38, 0.00, 0.20. Web safe color of #087fcc is #0066cc. Color #087fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01111111 11001100
Octal 10 177 314
Decimal 8 127 204
Hex 8 7F CC

RGB Percentages of Color #087fcc

%2.36
%37.46
%60.18

CMYK Percentages of Color #087fcc

%96
%38
%0
%20

Triadic Colors of #087fcc

#087fcc #cc087f #7fcc08

Analogous Colors of #087fcc

#087fcc #081dcc #08ccb7

Monochromatic Colors of #087fcc

#087fcc

Complementary Color

#087fcc #cc5508

#087fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#087fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#087fcc Color CSS Codes

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

#087fcc Text Font Color

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

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


#087fcc Background Color

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

This div background color is #087fcc


#087fcc Border Color

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

This div border color is #087fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #087fcc


Comments

No comments written yet.

Please login to write comment.