Color Hex Logo

#845fad Color Hex

#845FAD
(132,95,173)
0 Favorites   0 Comments

Color spaces of #845fad

RGB 13295173
HSL0.750.320.53
HSV268°45°68°
CMYK 0.240.450.00   0.32
XYZ21.150816.107141.5294
Yxy16.10710.26850.2044
Hunter Lab40.133723.8372-33.2584
CIE-Lab47.114730.9471-36.2240

#845fad color RGB value is (132,95,173).

#845fad hex color red value is 132, green value is 95 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #845fad hue: 0.75 , saturation: 0.32 and the lightness value of 845fad is 0.53.

The process color (four color CMYK) of #845fad color hex is 0.24, 0.45, 0.00, 0.32. Web safe color of #845fad is #996699. Color #845fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01011111 10101101
Octal 204 137 255
Decimal 132 95 173
Hex 84 5F AD

RGB Percentages of Color #845fad

%33.00
%23.75
%43.25

CMYK Percentages of Color #845fad

%24
%45
%0
%32

Triadic Colors of #845fad

#845fad #ad845f #5fad84

Analogous Colors of #845fad

#845fad #ab5fad #5f61ad

Monochromatic Colors of #845fad

#845fad

Complementary Color

#845fad #88ad5f

#845fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#845fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#845fad Color CSS Codes

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

#845fad Text Font Color

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

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


#845fad Background Color

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

This div background color is #845fad


#845fad Border Color

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

This div border color is #845fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #845fad


Comments

No comments written yet.

Please login to write comment.