Color Hex Logo

#845edc Color Hex

#845EDC
(132,94,220)
0 Favorites   0 Comments

Color spaces of #845edc

RGB 13294220
HSL0.720.640.62
HSV258°57°86°
CMYK 0.400.570.00   0.14
XYZ26.436718.078269.8062
Yxy18.07820.23120.1581
Hunter Lab42.518536.5786-67.5785
CIE-Lab49.590843.6630-59.3669

#845edc color RGB value is (132,94,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01011110 11011100
Octal 204 136 334
Decimal 132 94 220
Hex 84 5E DC

RGB Percentages of Color #845edc

%29.60
%21.08
%49.33

CMYK Percentages of Color #845edc

%40
%57
%0
%14

Triadic Colors of #845edc

#845edc #dc845e #5edc84

Analogous Colors of #845edc

#845edc #c35edc #5e77dc

Monochromatic Colors of #845edc

#845edc

Complementary Color

#845edc #b6dc5e

#845edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#845edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#845edc Color CSS Codes

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

#845edc Text Font Color

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

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


#845edc Background Color

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

This div background color is #845edc


#845edc Border Color

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

This div border color is #845edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #845edc


Comments

No comments written yet.

Please login to write comment.