Color Hex Logo

#847aea Color Hex

#847AEA
(132,122,234)
0 Favorites   0 Comments

Color spaces of #847aea

RGB 132122234
HSL0.680.730.70
HSV245°48°92°
CMYK 0.440.480.00   0.08
XYZ31.326524.765180.9710
Yxy24.76510.22860.1807
Hunter Lab49.764525.2768-61.6345
CIE-Lab56.845831.3872-55.6016

#847aea color RGB value is (132,122,234).

#847aea hex color red value is 132, green value is 122 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #847aea hue: 0.68 , saturation: 0.73 and the lightness value of 847aea is 0.70.

The process color (four color CMYK) of #847aea color hex is 0.44, 0.48, 0.00, 0.08. Web safe color of #847aea is #9966ff. Color #847aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01111010 11101010
Octal 204 172 352
Decimal 132 122 234
Hex 84 7A EA

RGB Percentages of Color #847aea

%27.05
%25.00
%47.95

CMYK Percentages of Color #847aea

%44
%48
%0
%8

Triadic Colors of #847aea

#847aea #ea847a #7aea84

Analogous Colors of #847aea

#847aea #bc7aea #7aa8ea

Monochromatic Colors of #847aea

#847aea

Complementary Color

#847aea #e0ea7a

#847aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#847aea Color CSS Codes

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

#847aea Text Font Color

<p style="color:#847aea">Text here</p>

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


#847aea Background Color

<div style="background-color:#847aea">
Div content here</div>

This div background color is #847aea


#847aea Border Color

<div style="border:3px solid #847aea">
Div here</div>

This div border color is #847aea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,122,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #847aea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #847aea;
  -webkit-box-shadow: 1px 1px 3px 2px #847aea;
  box-shadow:         1px 1px 3px 2px #847aea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847aea


Comments

No comments written yet.

Please login to write comment.