Color Hex Logo

#842caf Color Hex

#842CAF
(132,44,175)
0 Favorites   0 Comments

Color spaces of #842caf

RGB 13244175
HSL0.780.600.43
HSV280°75°69°
CMYK 0.250.750.00   0.31
XYZ18.15439.802041.4926
Yxy9.80200.26140.1411
Hunter Lab31.308148.7155-56.6612
CIE-Lab37.484757.4125-52.7846

#842caf color RGB value is (132,44,175).

#842caf hex color red value is 132, green value is 44 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #842caf hue: 0.78 , saturation: 0.60 and the lightness value of 842caf is 0.43.

The process color (four color CMYK) of #842caf color hex is 0.25, 0.75, 0.00, 0.31. Web safe color of #842caf is #993399. Color #842caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00101100 10101111
Octal 204 54 257
Decimal 132 44 175
Hex 84 2C AF

RGB Percentages of Color #842caf

%37.61
%12.54
%49.86

CMYK Percentages of Color #842caf

%25
%75
%0
%31

Triadic Colors of #842caf

#842caf #af842c #2caf84

Analogous Colors of #842caf

#842caf #af2c99 #422caf

Monochromatic Colors of #842caf

#842caf

Complementary Color

#842caf #57af2c

#842caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#842caf Color CSS Codes

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

#842caf Text Font Color

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

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


#842caf Background Color

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

This div background color is #842caf


#842caf Border Color

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

This div border color is #842caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842caf


Comments

No comments written yet.

Please login to write comment.