Color Hex Logo

#845ebd Color Hex

#845EBD
(132,94,189)
0 Favorites   0 Comments

Color spaces of #845ebd

RGB 13294189
HSL0.730.420.55
HSV264°50°74°
CMYK 0.300.500.00   0.26
XYZ22.703716.585150.1487
Yxy16.58510.25380.1854
Hunter Lab40.724828.2437-44.5026
CIE-Lab47.732935.5230-44.5687

#845ebd color RGB value is (132,94,189).

#845ebd hex color red value is 132, green value is 94 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #845ebd hue: 0.73 , saturation: 0.42 and the lightness value of 845ebd is 0.55.

The process color (four color CMYK) of #845ebd color hex is 0.30, 0.50, 0.00, 0.26. Web safe color of #845ebd is #9966cc. Color #845ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01011110 10111101
Octal 204 136 275
Decimal 132 94 189
Hex 84 5E BD

RGB Percentages of Color #845ebd

%31.81
%22.65
%45.54

CMYK Percentages of Color #845ebd

%30
%50
%0
%26

Triadic Colors of #845ebd

#845ebd #bd845e #5ebd84

Analogous Colors of #845ebd

#845ebd #b45ebd #5e68bd

Monochromatic Colors of #845ebd

#845ebd

Complementary Color

#845ebd #97bd5e

#845ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#845ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#845ebd Color CSS Codes

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

#845ebd Text Font Color

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

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


#845ebd Background Color

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

This div background color is #845ebd


#845ebd Border Color

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

This div border color is #845ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #845ebd


Comments

No comments written yet.

Please login to write comment.