Color Hex Logo

#847aeb Color Hex

#847AEB
(132,122,235)
0 Favorites   0 Comments

Color spaces of #847aeb

RGB 132122235
HSL0.680.740.70
HSV245°48°92°
CMYK 0.440.480.00   0.08
XYZ31.470624.822881.7298
Yxy24.82280.22800.1798
Hunter Lab49.822525.5610-62.3848
CIE-Lab56.902431.6723-56.0684

#847aeb color RGB value is (132,122,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01111010 11101011
Octal 204 172 353
Decimal 132 122 235
Hex 84 7A EB

RGB Percentages of Color #847aeb

%26.99
%24.95
%48.06

CMYK Percentages of Color #847aeb

%44
%48
%0
%8

Triadic Colors of #847aeb

#847aeb #eb847a #7aeb84

Analogous Colors of #847aeb

#847aeb #bd7aeb #7aa9eb

Monochromatic Colors of #847aeb

#847aeb

Complementary Color

#847aeb #e1eb7a

#847aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#847aeb Color CSS Codes

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

#847aeb Text Font Color

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

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


#847aeb Background Color

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

This div background color is #847aeb


#847aeb Border Color

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

This div border color is #847aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847aeb


Comments

No comments written yet.

Please login to write comment.