Color Hex Logo

#842cdc Color Hex

#842CDC
(132,44,220)
0 Favorites   0 Comments

Color spaces of #842cdc

RGB 13244220
HSL0.750.720.52
HSV270°80°86°
CMYK 0.400.800.00   0.14
XYZ23.334711.874268.7722
Yxy11.87420.22440.1142
Hunter Lab34.459060.5723-94.2080
CIE-Lab41.015567.3255-73.2963

#842cdc color RGB value is (132,44,220).

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

The process color (four color CMYK) of #842cdc color hex is 0.40, 0.80, 0.00, 0.14. Web safe color of #842cdc is #9933cc. Color #842cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00101100 11011100
Octal 204 54 334
Decimal 132 44 220
Hex 84 2C DC

RGB Percentages of Color #842cdc

%33.33
%11.11
%55.56

CMYK Percentages of Color #842cdc

%40
%80
%0
%14

Triadic Colors of #842cdc

#842cdc #dc842c #2cdc84

Analogous Colors of #842cdc

#842cdc #dc2cdc #2c2cdc

Monochromatic Colors of #842cdc

#842cdc

Complementary Color

#842cdc #84dc2c

#842cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#842cdc Color CSS Codes

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

#842cdc Text Font Color

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

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


#842cdc Background Color

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

This div background color is #842cdc


#842cdc Border Color

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

This div border color is #842cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842cdc


Comments

No comments written yet.

Please login to write comment.