Color Hex Logo

#842dca Color Hex

#842DCA
(132,45,202)
0 Favorites   0 Comments

Color spaces of #842dca

RGB 13245202
HSL0.760.640.48
HSV273°78°79°
CMYK 0.350.780.00   0.21
XYZ21.114811.046656.8964
Yxy11.04660.23710.1240
Hunter Lab33.236455.2357-78.2312
CIE-Lab39.658862.9123-65.1276

#842dca color RGB value is (132,45,202).

#842dca hex color red value is 132, green value is 45 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #842dca hue: 0.76 , saturation: 0.64 and the lightness value of 842dca is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00101101 11001010
Octal 204 55 312
Decimal 132 45 202
Hex 84 2D CA

RGB Percentages of Color #842dca

%34.83
%11.87
%53.30

CMYK Percentages of Color #842dca

%35
%78
%0
%21

Triadic Colors of #842dca

#842dca #ca842d #2dca84

Analogous Colors of #842dca

#842dca #ca2dc2 #362dca

Monochromatic Colors of #842dca

#842dca

Complementary Color

#842dca #73ca2d

#842dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#842dca Color CSS Codes

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

#842dca Text Font Color

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

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


#842dca Background Color

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

This div background color is #842dca


#842dca Border Color

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

This div border color is #842dca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,45,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 #842dca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842dca


Comments

No comments written yet.

Please login to write comment.