Color Hex Logo

#803ecd Color Hex

#803ECD
(128,62,205)
0 Favorites   0 Comments

Color spaces of #803ecd

RGB 12862205
HSL0.740.590.52
HSV268°70°80°
CMYK 0.380.700.00   0.20
XYZ21.644212.442259.0184
Yxy12.44220.23250.1336
Hunter Lab35.273547.8009-74.5105
CIE-Lab41.910555.7170-63.2238

#803ecd color RGB value is (128,62,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111110 11001101
Octal 200 76 315
Decimal 128 62 205
Hex 80 3E CD

RGB Percentages of Color #803ecd

%32.41
%15.70
%51.90

CMYK Percentages of Color #803ecd

%38
%70
%0
%20

Triadic Colors of #803ecd

#803ecd #cd803e #3ecd80

Analogous Colors of #803ecd

#803ecd #c83ecd #3e44cd

Monochromatic Colors of #803ecd

#803ecd

Complementary Color

#803ecd #8bcd3e

#803ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#803ecd Color CSS Codes

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

#803ecd Text Font Color

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

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


#803ecd Background Color

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

This div background color is #803ecd


#803ecd Border Color

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

This div border color is #803ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803ecd


Comments

No comments written yet.

Please login to write comment.