Color Hex Logo

#806bbc Color Hex

#806BBC
(128,107,188)
0 Favorites   0 Comments

Color spaces of #806bbc

RGB 128107188
HSL0.710.380.58
HSV256°43°74°
CMYK 0.320.430.00   0.26
XYZ23.236918.735449.9685
Yxy18.73540.25270.2038
Hunter Lab43.284420.0786-38.1466
CIE-Lab50.376226.5396-39.8261

#806bbc color RGB value is (128,107,188).

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

The process color (four color CMYK) of #806bbc color hex is 0.32, 0.43, 0.00, 0.26. Web safe color of #806bbc is #9966cc. Color #806bbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101011 10111100
Octal 200 153 274
Decimal 128 107 188
Hex 80 6B BC

RGB Percentages of Color #806bbc

%30.26
%25.30
%44.44

CMYK Percentages of Color #806bbc

%32
%43
%0
%26

Triadic Colors of #806bbc

#806bbc #bc806b #6bbc80

Analogous Colors of #806bbc

#806bbc #a96bbc #6b7fbc

Monochromatic Colors of #806bbc

#806bbc

Complementary Color

#806bbc #a7bc6b

#806bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#806bbc Color CSS Codes

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

#806bbc Text Font Color

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

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


#806bbc Background Color

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

This div background color is #806bbc


#806bbc Border Color

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

This div border color is #806bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806bbc


Comments

No comments written yet.

Please login to write comment.