Color Hex Logo

#847caf Color Hex

#847CAF
(132,124,175)
0 Favorites   0 Comments

Color spaces of #847caf

RGB 132124175
HSL0.690.240.59
HSV249°29°69°
CMYK 0.250.290.00   0.31
XYZ24.461222.416043.5949
Yxy22.41600.27040.2478
Hunter Lab47.34559.3678-21.4513
CIE-Lab54.465614.3098-25.9158

#847caf color RGB value is (132,124,175).

#847caf hex color red value is 132, green value is 124 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #847caf hue: 0.69 , saturation: 0.24 and the lightness value of 847caf is 0.59.

The process color (four color CMYK) of #847caf color hex is 0.25, 0.29, 0.00, 0.31. Web safe color of #847caf is #996699. Color #847caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01111100 10101111
Octal 204 174 257
Decimal 132 124 175
Hex 84 7C AF

RGB Percentages of Color #847caf

%30.63
%28.77
%40.60

CMYK Percentages of Color #847caf

%25
%29
%0
%31

Triadic Colors of #847caf

#847caf #af847c #7caf84

Analogous Colors of #847caf

#847caf #9e7caf #7c8eaf

Monochromatic Colors of #847caf

#847caf

Complementary Color

#847caf #a7af7c

#847caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#847caf Color CSS Codes

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

#847caf Text Font Color

<p style="color:#847caf">Text here</p>

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


#847caf Background Color

<div style="background-color:#847caf">
Div content here</div>

This div background color is #847caf


#847caf Border Color

<div style="border:3px solid #847caf">
Div here</div>

This div border color is #847caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847caf


Comments

No comments written yet.

Please login to write comment.