Color Hex Logo

#806fcb Color Hex

#806FCB
(128,111,203)
0 Favorites   0 Comments

Color spaces of #806fcb

RGB 128111203
HSL0.700.470.62
HSV251°45°80°
CMYK 0.370.450.00   0.20
XYZ25.366020.269959.0755
Yxy20.26990.24220.1936
Hunter Lab45.022121.7804-46.2816
CIE-Lab52.141028.2038-45.6375

#806fcb color RGB value is (128,111,203).

#806fcb hex color red value is 128, green value is 111 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #806fcb hue: 0.70 , saturation: 0.47 and the lightness value of 806fcb is 0.62.

The process color (four color CMYK) of #806fcb color hex is 0.37, 0.45, 0.00, 0.20. Web safe color of #806fcb is #9966cc. Color #806fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101111 11001011
Octal 200 157 313
Decimal 128 111 203
Hex 80 6F CB

RGB Percentages of Color #806fcb

%28.96
%25.11
%45.93

CMYK Percentages of Color #806fcb

%37
%45
%0
%20

Triadic Colors of #806fcb

#806fcb #cb806f #6fcb80

Analogous Colors of #806fcb

#806fcb #ae6fcb #6f8ccb

Monochromatic Colors of #806fcb

#806fcb

Complementary Color

#806fcb #bacb6f

#806fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#806fcb Color CSS Codes

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

#806fcb Text Font Color

<p style="color:#806fcb">Text here</p>

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


#806fcb Background Color

<div style="background-color:#806fcb">
Div content here</div>

This div background color is #806fcb


#806fcb Border Color

<div style="border:3px solid #806fcb">
Div here</div>

This div border color is #806fcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,111,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #806fcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #806fcb;
  -webkit-box-shadow: 1px 1px 3px 2px #806fcb;
  box-shadow:         1px 1px 3px 2px #806fcb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806fcb


Comments

No comments written yet.

Please login to write comment.