Color Hex Logo

#842bcd Color Hex

#842BCD
(132,43,205)
0 Favorites   0 Comments

Color spaces of #842bcd

RGB 13243205
HSL0.760.650.49
HSV273°79°80°
CMYK 0.360.790.00   0.20
XYZ21.399011.041158.7609
Yxy11.04110.23460.1211
Hunter Lab33.228256.8051-81.5892
CIE-Lab39.649664.3047-66.8843

#842bcd color RGB value is (132,43,205).

#842bcd hex color red value is 132, green value is 43 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #842bcd hue: 0.76 , saturation: 0.65 and the lightness value of 842bcd is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00101011 11001101
Octal 204 53 315
Decimal 132 43 205
Hex 84 2B CD

RGB Percentages of Color #842bcd

%34.74
%11.32
%53.95

CMYK Percentages of Color #842bcd

%36
%79
%0
%20

Triadic Colors of #842bcd

#842bcd #cd842b #2bcd84

Analogous Colors of #842bcd

#842bcd #cd2bc5 #332bcd

Monochromatic Colors of #842bcd

#842bcd

Complementary Color

#842bcd #74cd2b

#842bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#842bcd Color CSS Codes

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

#842bcd Text Font Color

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

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


#842bcd Background Color

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

This div background color is #842bcd


#842bcd Border Color

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

This div border color is #842bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842bcd


Comments

No comments written yet.

Please login to write comment.