Color Hex Logo

#842dda Color Hex

#842DDA
(132,45,218)
0 Favorites   0 Comments

Color spaces of #842dda

RGB 13245218
HSL0.750.700.52
HSV270°79°85°
CMYK 0.390.790.00   0.15
XYZ23.109011.844367.3979
Yxy11.84430.22580.1157
Hunter Lab34.415559.6301-92.0200
CIE-Lab40.967666.5193-72.2281

#842dda color RGB value is (132,45,218).

#842dda hex color red value is 132, green value is 45 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #842dda hue: 0.75 , saturation: 0.70 and the lightness value of 842dda is 0.52.

The process color (four color CMYK) of #842dda color hex is 0.39, 0.79, 0.00, 0.15. Web safe color of #842dda is #9933cc. Color #842dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00101101 11011010
Octal 204 55 332
Decimal 132 45 218
Hex 84 2D DA

RGB Percentages of Color #842dda

%33.42
%11.39
%55.19

CMYK Percentages of Color #842dda

%39
%79
%0
%15

Triadic Colors of #842dda

#842dda #da842d #2dda84

Analogous Colors of #842dda

#842dda #da2dda #2d2dda

Monochromatic Colors of #842dda

#842dda

Complementary Color

#842dda #83da2d

#842dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#842dda Color CSS Codes

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

#842dda Text Font Color

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

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


#842dda Background Color

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

This div background color is #842dda


#842dda Border Color

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

This div border color is #842dda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,45,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842dda


Comments

No comments written yet.

Please login to write comment.