Color Hex Logo

#088bcf Color Hex

#088BCF
(8,139,207)
0 Favorites   0 Comments

Color spaces of #088bcf

RGB 8139207
HSL0.560.930.42
HSV201°96°81°
CMYK 0.960.330.00   0.19
XYZ20.595223.021962.3897
Yxy23.02190.19430.2172
Hunter Lab47.9811-7.3485-43.5078
CIE-Lab55.0949-6.1270-43.5397

#088bcf color RGB value is (8,139,207).

#088bcf hex color red value is 8, green value is 139 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #088bcf hue: 0.56 , saturation: 0.93 and the lightness value of 088bcf is 0.42.

The process color (four color CMYK) of #088bcf color hex is 0.96, 0.33, 0.00, 0.19. Web safe color of #088bcf is #0099cc. Color #088bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10001011 11001111
Octal 10 213 317
Decimal 8 139 207
Hex 8 8B CF

RGB Percentages of Color #088bcf

%2.26
%39.27
%58.47

CMYK Percentages of Color #088bcf

%96
%33
%0
%19

Triadic Colors of #088bcf

#088bcf #cf088b #8bcf08

Analogous Colors of #088bcf

#088bcf #0828cf #08cfb0

Monochromatic Colors of #088bcf

#088bcf

Complementary Color

#088bcf #cf4c08

#088bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#088bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#088bcf Color CSS Codes

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

#088bcf Text Font Color

<p style="color:#088bcf">Text here</p>

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


#088bcf Background Color

<div style="background-color:#088bcf">
Div content here</div>

This div background color is #088bcf


#088bcf Border Color

<div style="border:3px solid #088bcf">
Div here</div>

This div border color is #088bcf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,139,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #088bcf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #088bcf;
  -webkit-box-shadow: 1px 1px 3px 2px #088bcf;
  box-shadow:         1px 1px 3px 2px #088bcf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #088bcf


Comments

No comments written yet.

Please login to write comment.