Color Hex Logo

#845daf Color Hex

#845DAF
(132,93,175)
0 Favorites   0 Comments

Color spaces of #845daf

RGB 13293175
HSL0.750.340.53
HSV269°47°69°
CMYK 0.250.470.00   0.31
XYZ21.167915.829442.4971
Yxy15.82940.26630.1991
Hunter Lab39.786225.3436-35.4795
CIE-Lab46.749932.6012-37.9710

#845daf color RGB value is (132,93,175).

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

The process color (four color CMYK) of #845daf color hex is 0.25, 0.47, 0.00, 0.31. Web safe color of #845daf is #996699. Color #845daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01011101 10101111
Octal 204 135 257
Decimal 132 93 175
Hex 84 5D AF

RGB Percentages of Color #845daf

%33.00
%23.25
%43.75

CMYK Percentages of Color #845daf

%25
%47
%0
%31

Triadic Colors of #845daf

#845daf #af845d #5daf84

Analogous Colors of #845daf

#845daf #ad5daf #5d5faf

Monochromatic Colors of #845daf

#845daf

Complementary Color

#845daf #88af5d

#845daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#845daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#845daf Color CSS Codes

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

#845daf Text Font Color

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

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


#845daf Background Color

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

This div background color is #845daf


#845daf Border Color

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

This div border color is #845daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #845daf


Comments

No comments written yet.

Please login to write comment.