Color Hex Logo

#843dcc Color Hex

#843DCC
(132,61,204)
0 Favorites   0 Comments

Color spaces of #843dcc

RGB 13261204
HSL0.750.580.52
HSV270°70°80°
CMYK 0.350.700.00   0.20
XYZ22.083512.602758.3954
Yxy12.60270.23720.1354
Hunter Lab35.500348.9132-72.6776
CIE-Lab42.158456.7002-62.2205

#843dcc color RGB value is (132,61,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111101 11001100
Octal 204 75 314
Decimal 132 61 204
Hex 84 3D CC

RGB Percentages of Color #843dcc

%33.25
%15.37
%51.39

CMYK Percentages of Color #843dcc

%35
%70
%0
%20

Triadic Colors of #843dcc

#843dcc #cc843d #3dcc84

Analogous Colors of #843dcc

#843dcc #cc3dcc #3d3ecc

Monochromatic Colors of #843dcc

#843dcc

Complementary Color

#843dcc #85cc3d

#843dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#843dcc Color CSS Codes

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

#843dcc Text Font Color

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

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


#843dcc Background Color

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

This div background color is #843dcc


#843dcc Border Color

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

This div border color is #843dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843dcc


Comments

No comments written yet.

Please login to write comment.