Color Hex Logo

#845eca Color Hex

#845ECA
(132,94,202)
0 Favorites   0 Comments

Color spaces of #845eca

RGB 13294202
HSL0.730.500.58
HSV261°53°79°
CMYK 0.350.530.00   0.21
XYZ24.179117.175257.9179
Yxy17.17520.24360.1730
Hunter Lab41.443031.6172-53.8496
CIE-Lab48.480038.8825-50.8770

#845eca color RGB value is (132,94,202).

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

The process color (four color CMYK) of #845eca color hex is 0.35, 0.53, 0.00, 0.21. Web safe color of #845eca is #9966cc. Color #845eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01011110 11001010
Octal 204 136 312
Decimal 132 94 202
Hex 84 5E CA

RGB Percentages of Color #845eca

%30.84
%21.96
%47.20

CMYK Percentages of Color #845eca

%35
%53
%0
%21

Triadic Colors of #845eca

#845eca #ca845e #5eca84

Analogous Colors of #845eca

#845eca #ba5eca #5e6eca

Monochromatic Colors of #845eca

#845eca

Complementary Color

#845eca #a4ca5e

#845eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#845eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#845eca Color CSS Codes

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

#845eca Text Font Color

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

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


#845eca Background Color

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

This div background color is #845eca


#845eca Border Color

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

This div border color is #845eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #845eca


Comments

No comments written yet.

Please login to write comment.