Color Hex Logo

#843acd Color Hex

#843ACD
(132,58,205)
0 Favorites   0 Comments

Color spaces of #843acd

RGB 13258205
HSL0.750.600.52
HSV270°72°80°
CMYK 0.360.720.00   0.20
XYZ22.048212.339458.9773
Yxy12.33940.23620.1322
Hunter Lab35.127550.5646-74.9557
CIE-Lab41.750558.2944-63.4616

#843acd color RGB value is (132,58,205).

#843acd hex color red value is 132, green value is 58 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #843acd hue: 0.75 , saturation: 0.60 and the lightness value of 843acd is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111010 11001101
Octal 204 72 315
Decimal 132 58 205
Hex 84 3A CD

RGB Percentages of Color #843acd

%33.42
%14.68
%51.90

CMYK Percentages of Color #843acd

%36
%72
%0
%20

Triadic Colors of #843acd

#843acd #cd843a #3acd84

Analogous Colors of #843acd

#843acd #cd3acd #3b3acd

Monochromatic Colors of #843acd

#843acd

Complementary Color

#843acd #83cd3a

#843acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#843acd Color CSS Codes

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

#843acd Text Font Color

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

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


#843acd Background Color

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

This div background color is #843acd


#843acd Border Color

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

This div border color is #843acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843acd


Comments

No comments written yet.

Please login to write comment.