Color Hex Logo

#809cbf Color Hex

#809CBF
(128,156,191)
0 Favorites   0 Comments

Color spaces of #809cbf

RGB 128156191
HSL0.590.330.63
HSV213°33°75°
CMYK 0.330.180.00   0.25
XYZ30.194532.127753.9001
Yxy32.12770.25980.2764
Hunter Lab56.6813-4.1042-16.7039
CIE-Lab63.4483-1.2829-21.2323

#809cbf color RGB value is (128,156,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011100 10111111
Octal 200 234 277
Decimal 128 156 191
Hex 80 9C BF

RGB Percentages of Color #809cbf

%26.95
%32.84
%40.21

CMYK Percentages of Color #809cbf

%33
%18
%0
%25

Triadic Colors of #809cbf

#809cbf #bf809c #9cbf80

Analogous Colors of #809cbf

#809cbf #8480bf #80bcbf

Monochromatic Colors of #809cbf

#809cbf

Complementary Color

#809cbf #bfa380

#809cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#809cbf Color CSS Codes

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

#809cbf Text Font Color

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

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


#809cbf Background Color

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

This div background color is #809cbf


#809cbf Border Color

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

This div border color is #809cbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,156,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 #809cbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809cbf


Comments

No comments written yet.

Please login to write comment.