Color Hex Logo

#845aeb Color Hex

#845AEB
(132,90,235)
0 Favorites   0 Comments

Color spaces of #845aeb

RGB 13290235
HSL0.710.780.64
HSV257°62°92°
CMYK 0.440.620.00   0.08
XYZ28.167318.216080.6287
Yxy18.21600.22180.1434
Hunter Lab42.680243.1128-82.1307
CIE-Lab49.757149.9184-67.5680

#845aeb color RGB value is (132,90,235).

#845aeb hex color red value is 132, green value is 90 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #845aeb hue: 0.71 , saturation: 0.78 and the lightness value of 845aeb is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01011010 11101011
Octal 204 132 353
Decimal 132 90 235
Hex 84 5A EB

RGB Percentages of Color #845aeb

%28.88
%19.69
%51.42

CMYK Percentages of Color #845aeb

%44
%62
%0
%8

Triadic Colors of #845aeb

#845aeb #eb845a #5aeb84

Analogous Colors of #845aeb

#845aeb #cd5aeb #5a79eb

Monochromatic Colors of #845aeb

#845aeb

Complementary Color

#845aeb #c1eb5a

#845aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#845aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#845aeb Color CSS Codes

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

#845aeb Text Font Color

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

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


#845aeb Background Color

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

This div background color is #845aeb


#845aeb Border Color

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

This div border color is #845aeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,90,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 #845aeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #845aeb


Comments

No comments written yet.

Please login to write comment.