Color Hex Logo

#843ddc Color Hex

#843DDC
(132,61,220)
0 Favorites   0 Comments

Color spaces of #843ddc

RGB 13261220
HSL0.740.690.55
HSV267°72°86°
CMYK 0.400.720.00   0.14
XYZ24.102713.410369.0282
Yxy13.41030.22620.1259
Hunter Lab36.620153.4005-86.1266
CIE-Lab43.375160.5526-69.4407

#843ddc color RGB value is (132,61,220).

#843ddc hex color red value is 132, green value is 61 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #843ddc hue: 0.74 , saturation: 0.69 and the lightness value of 843ddc is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111101 11011100
Octal 204 75 334
Decimal 132 61 220
Hex 84 3D DC

RGB Percentages of Color #843ddc

%31.96
%14.77
%53.27

CMYK Percentages of Color #843ddc

%40
%72
%0
%14

Triadic Colors of #843ddc

#843ddc #dc843d #3ddc84

Analogous Colors of #843ddc

#843ddc #d43ddc #3d45dc

Monochromatic Colors of #843ddc

#843ddc

Complementary Color

#843ddc #95dc3d

#843ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#843ddc Color CSS Codes

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

#843ddc Text Font Color

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

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


#843ddc Background Color

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

This div background color is #843ddc


#843ddc Border Color

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

This div border color is #843ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843ddc


Comments

No comments written yet.

Please login to write comment.