Color Hex Logo

#805cbb Color Hex

#805CBB
(128,92,187)
0 Favorites   0 Comments

Color spaces of #805cbb

RGB 12892187
HSL0.730.410.55
HSV263°51°73°
CMYK 0.320.510.00   0.27
XYZ21.698915.831348.9258
Yxy15.83130.25100.1831
Hunter Lab39.788627.7159-45.0536
CIE-Lab46.752435.1037-44.9935

#805cbb color RGB value is (128,92,187).

#805cbb hex color red value is 128, green value is 92 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #805cbb hue: 0.73 , saturation: 0.41 and the lightness value of 805cbb is 0.55.

The process color (four color CMYK) of #805cbb color hex is 0.32, 0.51, 0.00, 0.27. Web safe color of #805cbb is #9966cc. Color #805cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01011100 10111011
Octal 200 134 273
Decimal 128 92 187
Hex 80 5C BB

RGB Percentages of Color #805cbb

%31.45
%22.60
%45.95

CMYK Percentages of Color #805cbb

%32
%51
%0
%27

Triadic Colors of #805cbb

#805cbb #bb805c #5cbb80

Analogous Colors of #805cbb

#805cbb #b05cbb #5c68bb

Monochromatic Colors of #805cbb

#805cbb

Complementary Color

#805cbb #97bb5c

#805cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#805cbb Color CSS Codes

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

#805cbb Text Font Color

<p style="color:#805cbb">Text here</p>

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


#805cbb Background Color

<div style="background-color:#805cbb">
Div content here</div>

This div background color is #805cbb


#805cbb Border Color

<div style="border:3px solid #805cbb">
Div here</div>

This div border color is #805cbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,92,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #805cbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #805cbb;
  -webkit-box-shadow: 1px 1px 3px 2px #805cbb;
  box-shadow:         1px 1px 3px 2px #805cbb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805cbb


Comments

No comments written yet.

Please login to write comment.