Color Hex Logo

#806bc0 Color Hex

#806BC0
(128,107,192)
0 Favorites   0 Comments

Color spaces of #806bc0

RGB 128107192
HSL0.710.400.59
HSV255°44°75°
CMYK 0.330.440.00   0.25
XYZ23.674218.910452.2715
Yxy18.91040.24960.1994
Hunter Lab43.486121.0763-40.8280
CIE-Lab50.582227.6006-41.8054

#806bc0 color RGB value is (128,107,192).

#806bc0 hex color red value is 128, green value is 107 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #806bc0 hue: 0.71 , saturation: 0.40 and the lightness value of 806bc0 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101011 11000000
Octal 200 153 300
Decimal 128 107 192
Hex 80 6B C0

RGB Percentages of Color #806bc0

%29.98
%25.06
%44.96

CMYK Percentages of Color #806bc0

%33
%44
%0
%25

Triadic Colors of #806bc0

#806bc0 #c0806b #6bc080

Analogous Colors of #806bc0

#806bc0 #ab6bc0 #6b81c0

Monochromatic Colors of #806bc0

#806bc0

Complementary Color

#806bc0 #abc06b

#806bc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806bc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#806bc0 Color CSS Codes

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

#806bc0 Text Font Color

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

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


#806bc0 Background Color

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

This div background color is #806bc0


#806bc0 Border Color

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

This div border color is #806bc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806bc0


Comments

No comments written yet.

Please login to write comment.