Color Hex Logo

#843cca Color Hex

#843CCA
(132,60,202)
0 Favorites   0 Comments

Color spaces of #843cca

RGB 13260202
HSL0.750.570.51
HSV270°70°79°
CMYK 0.350.700.00   0.21
XYZ21.792212.401557.1223
Yxy12.40150.23860.1358
Hunter Lab35.215848.8317-71.5213
CIE-Lab41.847356.6839-61.5674

#843cca color RGB value is (132,60,202).

#843cca hex color red value is 132, green value is 60 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #843cca hue: 0.75 , saturation: 0.57 and the lightness value of 843cca is 0.51.

The process color (four color CMYK) of #843cca color hex is 0.35, 0.70, 0.00, 0.21. Web safe color of #843cca is #9933cc. Color #843cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111100 11001010
Octal 204 74 312
Decimal 132 60 202
Hex 84 3C CA

RGB Percentages of Color #843cca

%33.50
%15.23
%51.27

CMYK Percentages of Color #843cca

%35
%70
%0
%21

Triadic Colors of #843cca

#843cca #ca843c #3cca84

Analogous Colors of #843cca

#843cca #ca3cc9 #3d3cca

Monochromatic Colors of #843cca

#843cca

Complementary Color

#843cca #82ca3c

#843cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#843cca Color CSS Codes

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

#843cca Text Font Color

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

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


#843cca Background Color

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

This div background color is #843cca


#843cca Border Color

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

This div border color is #843cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843cca


Comments

No comments written yet.

Please login to write comment.