Color Hex Logo

#807cbf Color Hex

#807CBF
(128,124,191)
0 Favorites   0 Comments

Color spaces of #807cbf

RGB 128124191
HSL0.680.340.62
HSV244°35°75°
CMYK 0.330.350.00   0.25
XYZ25.513722.766152.3398
Yxy22.76610.25360.2263
Hunter Lab47.713811.9489-31.6386
CIE-Lab54.830617.2343-34.5488

#807cbf color RGB value is (128,124,191).

#807cbf hex color red value is 128, green value is 124 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #807cbf hue: 0.68 , saturation: 0.34 and the lightness value of 807cbf is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111100 10111111
Octal 200 174 277
Decimal 128 124 191
Hex 80 7C BF

RGB Percentages of Color #807cbf

%28.89
%27.99
%43.12

CMYK Percentages of Color #807cbf

%33
%35
%0
%25

Triadic Colors of #807cbf

#807cbf #bf807c #7cbf80

Analogous Colors of #807cbf

#807cbf #a27cbf #7c9abf

Monochromatic Colors of #807cbf

#807cbf

Complementary Color

#807cbf #bbbf7c

#807cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#807cbf Color CSS Codes

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

#807cbf Text Font Color

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

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


#807cbf Background Color

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

This div background color is #807cbf


#807cbf Border Color

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

This div border color is #807cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807cbf


Comments

No comments written yet.

Please login to write comment.