Color Hex Logo

#803bcd Color Hex

#803BCD
(128,59,205)
0 Favorites   0 Comments

Color spaces of #803bcd

RGB 12859205
HSL0.750.590.52
HSV268°71°80°
CMYK 0.380.710.00   0.20
XYZ21.485512.124958.9655
Yxy12.12490.23210.1310
Hunter Lab34.820849.2034-76.0270
CIE-Lab41.413957.1091-64.0311

#803bcd color RGB value is (128,59,205).

#803bcd hex color red value is 128, green value is 59 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #803bcd hue: 0.75 , saturation: 0.59 and the lightness value of 803bcd is 0.52.

The process color (four color CMYK) of #803bcd color hex is 0.38, 0.71, 0.00, 0.20. Web safe color of #803bcd is #9933cc. Color #803bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111011 11001101
Octal 200 73 315
Decimal 128 59 205
Hex 80 3B CD

RGB Percentages of Color #803bcd

%32.65
%15.05
%52.30

CMYK Percentages of Color #803bcd

%38
%71
%0
%20

Triadic Colors of #803bcd

#803bcd #cd803b #3bcd80

Analogous Colors of #803bcd

#803bcd #c93bcd #3b3fcd

Monochromatic Colors of #803bcd

#803bcd

Complementary Color

#803bcd #88cd3b

#803bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#803bcd Color CSS Codes

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

#803bcd Text Font Color

<p style="color:#803bcd">Text here</p>

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


#803bcd Background Color

<div style="background-color:#803bcd">
Div content here</div>

This div background color is #803bcd


#803bcd Border Color

<div style="border:3px solid #803bcd">
Div here</div>

This div border color is #803bcd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,59,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #803bcd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #803bcd;
  -webkit-box-shadow: 1px 1px 3px 2px #803bcd;
  box-shadow:         1px 1px 3px 2px #803bcd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803bcd


Comments

No comments written yet.

Please login to write comment.