Color Hex Logo

#845ddf Color Hex

#845DDF
(132,93,223)
0 Favorites   0 Comments

Color spaces of #845ddf

RGB 13293223
HSL0.720.670.62
HSV258°58°87°
CMYK 0.410.580.00   0.13
XYZ26.749418.061971.8885
Yxy18.06190.22920.1548
Hunter Lab42.499337.9756-70.5408
CIE-Lab49.571145.0298-61.0989

#845ddf color RGB value is (132,93,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01011101 11011111
Octal 204 135 337
Decimal 132 93 223
Hex 84 5D DF

RGB Percentages of Color #845ddf

%29.46
%20.76
%49.78

CMYK Percentages of Color #845ddf

%41
%58
%0
%13

Triadic Colors of #845ddf

#845ddf #df845d #5ddf84

Analogous Colors of #845ddf

#845ddf #c55ddf #5d77df

Monochromatic Colors of #845ddf

#845ddf

Complementary Color

#845ddf #b8df5d

#845ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#845ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#845ddf Color CSS Codes

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

#845ddf Text Font Color

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

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


#845ddf Background Color

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

This div background color is #845ddf


#845ddf Border Color

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

This div border color is #845ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #845ddf


Comments

No comments written yet.

Please login to write comment.