Color Hex Logo

#803dca Color Hex

#803DCA
(128,61,202)
0 Favorites   0 Comments

Color spaces of #803dca

RGB 12861202
HSL0.750.570.52
HSV269°70°79°
CMYK 0.370.700.00   0.21
XYZ21.231512.190957.1112
Yxy12.19090.23450.1347
Hunter Lab34.915547.4407-72.5398
CIE-Lab41.517955.4559-62.1247

#803dca color RGB value is (128,61,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111101 11001010
Octal 200 75 312
Decimal 128 61 202
Hex 80 3D CA

RGB Percentages of Color #803dca

%32.74
%15.60
%51.66

CMYK Percentages of Color #803dca

%37
%70
%0
%21

Triadic Colors of #803dca

#803dca #ca803d #3dca80

Analogous Colors of #803dca

#803dca #c73dca #3d40ca

Monochromatic Colors of #803dca

#803dca

Complementary Color

#803dca #87ca3d

#803dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#803dca Color CSS Codes

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

#803dca Text Font Color

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

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


#803dca Background Color

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

This div background color is #803dca


#803dca Border Color

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

This div border color is #803dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803dca


Comments

No comments written yet.

Please login to write comment.