Color Hex Logo

#841acd Color Hex

#841ACD
(132,26,205)
0 Favorites   0 Comments

Color spaces of #841acd

RGB 13226205
HSL0.770.770.45
HSV276°87°80°
CMYK 0.360.870.00   0.20
XYZ20.904610.052158.5961
Yxy10.05210.23340.1122
Hunter Lab31.705062.2095-87.3841
CIE-Lab37.935869.3311-69.6868

#841acd color RGB value is (132,26,205).

#841acd hex color red value is 132, green value is 26 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #841acd hue: 0.77 , saturation: 0.77 and the lightness value of 841acd is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00011010 11001101
Octal 204 32 315
Decimal 132 26 205
Hex 84 1A CD

RGB Percentages of Color #841acd

%36.36
%7.16
%56.47

CMYK Percentages of Color #841acd

%36
%87
%0
%20

Triadic Colors of #841acd

#841acd #cd841a #1acd84

Analogous Colors of #841acd

#841acd #cd1abd #2b1acd

Monochromatic Colors of #841acd

#841acd

Complementary Color

#841acd #63cd1a

#841acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#841acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#841acd Color CSS Codes

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

#841acd Text Font Color

<p style="color:#841acd">Text here</p>

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


#841acd Background Color

<div style="background-color:#841acd">
Div content here</div>

This div background color is #841acd


#841acd Border Color

<div style="border:3px solid #841acd">
Div here</div>

This div border color is #841acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #841acd


Comments

No comments written yet.

Please login to write comment.