Color Hex Logo

#8050cb Color Hex

#8050CB
(128,80,203)
0 Favorites   0 Comments

Color spaces of #8050cb

RGB 12880203
HSL0.730.540.55
HSV263°61°80°
CMYK 0.370.610.00   0.20
XYZ22.550214.638358.1369
Yxy14.63830.23660.1536
Hunter Lab38.260038.2516-63.3103
CIE-Lab45.134846.0214-56.8487

#8050cb color RGB value is (128,80,203).

#8050cb hex color red value is 128, green value is 80 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8050cb hue: 0.73 , saturation: 0.54 and the lightness value of 8050cb is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010000 11001011
Octal 200 120 313
Decimal 128 80 203
Hex 80 50 CB

RGB Percentages of Color #8050cb

%31.14
%19.46
%49.39

CMYK Percentages of Color #8050cb

%37
%61
%0
%20

Triadic Colors of #8050cb

#8050cb #cb8050 #50cb80

Analogous Colors of #8050cb

#8050cb #be50cb #505ecb

Monochromatic Colors of #8050cb

#8050cb

Complementary Color

#8050cb #9bcb50

#8050cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8050cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8050cb Color CSS Codes

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

#8050cb Text Font Color

<p style="color:#8050cb">Text here</p>

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


#8050cb Background Color

<div style="background-color:#8050cb">
Div content here</div>

This div background color is #8050cb


#8050cb Border Color

<div style="border:3px solid #8050cb">
Div here</div>

This div border color is #8050cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8050cb


Comments

No comments written yet.

Please login to write comment.