Color Hex Logo

#845ddd Color Hex

#845DDD
(132,93,221)
0 Favorites   0 Comments

Color spaces of #845ddd

RGB 13293221
HSL0.720.650.62
HSV258°58°87°
CMYK 0.400.580.00   0.13
XYZ26.481217.954770.4765
Yxy17.95470.23040.1562
Hunter Lab42.373037.4017-68.9525
CIE-Lab49.441144.4913-60.1753

#845ddd color RGB value is (132,93,221).

#845ddd hex color red value is 132, green value is 93 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #845ddd hue: 0.72 , saturation: 0.65 and the lightness value of 845ddd is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01011101 11011101
Octal 204 135 335
Decimal 132 93 221
Hex 84 5D DD

RGB Percentages of Color #845ddd

%29.60
%20.85
%49.55

CMYK Percentages of Color #845ddd

%40
%58
%0
%13

Triadic Colors of #845ddd

#845ddd #dd845d #5ddd84

Analogous Colors of #845ddd

#845ddd #c45ddd #5d76dd

Monochromatic Colors of #845ddd

#845ddd

Complementary Color

#845ddd #b6dd5d

#845ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#845ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#845ddd Color CSS Codes

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

#845ddd Text Font Color

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

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


#845ddd Background Color

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

This div background color is #845ddd


#845ddd Border Color

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

This div border color is #845ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #845ddd


Comments

No comments written yet.

Please login to write comment.