Color Hex Logo

#808cbf Color Hex

#808CBF
(128,140,191)
0 Favorites   0 Comments

Color spaces of #808cbf

RGB 128140191
HSL0.630.330.63
HSV229°33°75°
CMYK 0.330.270.00   0.25
XYZ27.684127.106953.0633
Yxy27.10690.25670.2513
Hunter Lab52.06433.8012-23.9827
CIE-Lab59.07317.8456-27.9527

#808cbf color RGB value is (128,140,191).

#808cbf hex color red value is 128, green value is 140 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #808cbf hue: 0.63 , saturation: 0.33 and the lightness value of 808cbf is 0.63.

The process color (four color CMYK) of #808cbf color hex is 0.33, 0.27, 0.00, 0.25. Web safe color of #808cbf is #9999cc. Color #808cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001100 10111111
Octal 200 214 277
Decimal 128 140 191
Hex 80 8C BF

RGB Percentages of Color #808cbf

%27.89
%30.50
%41.61

CMYK Percentages of Color #808cbf

%33
%27
%0
%25

Triadic Colors of #808cbf

#808cbf #bf808c #8cbf80

Analogous Colors of #808cbf

#808cbf #9480bf #80acbf

Monochromatic Colors of #808cbf

#808cbf

Complementary Color

#808cbf #bfb380

#808cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#808cbf Color CSS Codes

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

#808cbf Text Font Color

<p style="color:#808cbf">Text here</p>

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


#808cbf Background Color

<div style="background-color:#808cbf">
Div content here</div>

This div background color is #808cbf


#808cbf Border Color

<div style="border:3px solid #808cbf">
Div here</div>

This div border color is #808cbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,140,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #808cbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #808cbf;
  -webkit-box-shadow: 1px 1px 3px 2px #808cbf;
  box-shadow:         1px 1px 3px 2px #808cbf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,140,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808cbf


Comments

No comments written yet.

Please login to write comment.