Color Hex Logo

#845bde Color Hex

#845BDE
(132,91,222)
0 Favorites   0 Comments

Color spaces of #845bde

RGB 13291222
HSL0.720.660.61
HSV259°59°87°
CMYK 0.410.590.00   0.13
XYZ26.441617.661671.1227
Yxy17.66160.22950.1533
Hunter Lab42.025738.7631-70.9221
CIE-Lab49.083145.8718-61.3197

#845bde color RGB value is (132,91,222).

#845bde hex color red value is 132, green value is 91 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #845bde hue: 0.72 , saturation: 0.66 and the lightness value of 845bde is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01011011 11011110
Octal 204 133 336
Decimal 132 91 222
Hex 84 5B DE

RGB Percentages of Color #845bde

%29.66
%20.45
%49.89

CMYK Percentages of Color #845bde

%41
%59
%0
%13

Triadic Colors of #845bde

#845bde #de845b #5bde84

Analogous Colors of #845bde

#845bde #c65bde #5b74de

Monochromatic Colors of #845bde

#845bde

Complementary Color

#845bde #b5de5b

#845bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#845bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#845bde Color CSS Codes

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

#845bde Text Font Color

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

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


#845bde Background Color

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

This div background color is #845bde


#845bde Border Color

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

This div border color is #845bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #845bde


Comments

No comments written yet.

Please login to write comment.