Color Hex Logo

#803ccd Color Hex

#803CCD
(128,60,205)
0 Favorites   0 Comments

Color spaces of #803ccd

RGB 12860205
HSL0.740.590.52
HSV268°71°80°
CMYK 0.380.710.00   0.20
XYZ21.537412.228758.9828
Yxy12.22870.23220.1318
Hunter Lab34.969648.7396-75.5252
CIE-Lab41.577356.6500-63.7654

#803ccd color RGB value is (128,60,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111100 11001101
Octal 200 74 315
Decimal 128 60 205
Hex 80 3C CD

RGB Percentages of Color #803ccd

%32.57
%15.27
%52.16

CMYK Percentages of Color #803ccd

%38
%71
%0
%20

Triadic Colors of #803ccd

#803ccd #cd803c #3ccd80

Analogous Colors of #803ccd

#803ccd #c93ccd #3c41cd

Monochromatic Colors of #803ccd

#803ccd

Complementary Color

#803ccd #89cd3c

#803ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#803ccd Color CSS Codes

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

#803ccd Text Font Color

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

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


#803ccd Background Color

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

This div background color is #803ccd


#803ccd Border Color

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

This div border color is #803ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803ccd


Comments

No comments written yet.

Please login to write comment.