Color Hex Logo

#843ddd Color Hex

#843DDD
(132,61,221)
0 Favorites   0 Comments

Color spaces of #843ddd

RGB 13261221
HSL0.740.700.55
HSV267°72°87°
CMYK 0.400.720.00   0.13
XYZ24.235613.463569.7280
Yxy13.46350.22560.1253
Hunter Lab36.692653.6877-86.9855
CIE-Lab43.453560.7952-69.8841

#843ddd color RGB value is (132,61,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111101 11011101
Octal 204 75 335
Decimal 132 61 221
Hex 84 3D DD

RGB Percentages of Color #843ddd

%31.88
%14.73
%53.38

CMYK Percentages of Color #843ddd

%40
%72
%0
%13

Triadic Colors of #843ddd

#843ddd #dd843d #3ddd84

Analogous Colors of #843ddd

#843ddd #d43ddd #3d46dd

Monochromatic Colors of #843ddd

#843ddd

Complementary Color

#843ddd #96dd3d

#843ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#843ddd Color CSS Codes

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

#843ddd Text Font Color

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

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


#843ddd Background Color

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

This div background color is #843ddd


#843ddd Border Color

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

This div border color is #843ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843ddd


Comments

No comments written yet.

Please login to write comment.