Color Hex Logo

#845abf Color Hex

#845ABF
(132,90,191)
0 Favorites   0 Comments

Color spaces of #845abf

RGB 13290191
HSL0.740.440.55
HSV265°53°75°
CMYK 0.310.530.00   0.25
XYZ22.575915.979551.1847
Yxy15.97950.25160.1781
Hunter Lab39.974430.8544-47.9351
CIE-Lab46.947638.3250-46.9791

#845abf color RGB value is (132,90,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01011010 10111111
Octal 204 132 277
Decimal 132 90 191
Hex 84 5A BF

RGB Percentages of Color #845abf

%31.96
%21.79
%46.25

CMYK Percentages of Color #845abf

%31
%53
%0
%25

Triadic Colors of #845abf

#845abf #bf845a #5abf84

Analogous Colors of #845abf

#845abf #b75abf #5a62bf

Monochromatic Colors of #845abf

#845abf

Complementary Color

#845abf #95bf5a

#845abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#845abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#845abf Color CSS Codes

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

#845abf Text Font Color

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

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


#845abf Background Color

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

This div background color is #845abf


#845abf Border Color

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

This div border color is #845abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #845abf


Comments

No comments written yet.

Please login to write comment.