Color Hex Logo

#845abe Color Hex

#845ABE
(132,90,190)
0 Favorites   0 Comments

Color spaces of #845abe

RGB 13290190
HSL0.740.430.55
HSV265°53°75°
CMYK 0.310.530.00   0.25
XYZ22.466115.935650.6070
Yxy15.93560.25240.1790
Hunter Lab39.919430.5984-47.2201
CIE-Lab46.889938.0709-46.4913

#845abe color RGB value is (132,90,190).

#845abe hex color red value is 132, green value is 90 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #845abe hue: 0.74 , saturation: 0.43 and the lightness value of 845abe is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01011010 10111110
Octal 204 132 276
Decimal 132 90 190
Hex 84 5A BE

RGB Percentages of Color #845abe

%32.04
%21.84
%46.12

CMYK Percentages of Color #845abe

%31
%53
%0
%25

Triadic Colors of #845abe

#845abe #be845a #5abe84

Analogous Colors of #845abe

#845abe #b65abe #5a62be

Monochromatic Colors of #845abe

#845abe

Complementary Color

#845abe #94be5a

#845abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#845abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#845abe Color CSS Codes

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

#845abe Text Font Color

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

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


#845abe Background Color

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

This div background color is #845abe


#845abe Border Color

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

This div border color is #845abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #845abe


Comments

No comments written yet.

Please login to write comment.