Color Hex Logo

#847dca Color Hex

#847DCA
(132,125,202)
0 Favorites   0 Comments

Color spaces of #847dca

RGB 132125202
HSL0.680.420.64
HSV245°38°79°
CMYK 0.350.380.00   0.21
XYZ27.510023.837059.0282
Yxy23.83700.24920.2160
Hunter Lab48.823215.1375-37.5066
CIE-Lab55.924220.7223-39.0711

#847dca color RGB value is (132,125,202).

#847dca hex color red value is 132, green value is 125 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #847dca hue: 0.68 , saturation: 0.42 and the lightness value of 847dca is 0.64.

The process color (four color CMYK) of #847dca color hex is 0.35, 0.38, 0.00, 0.21. Web safe color of #847dca is #9966cc. Color #847dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01111101 11001010
Octal 204 175 312
Decimal 132 125 202
Hex 84 7D CA

RGB Percentages of Color #847dca

%28.76
%27.23
%44.01

CMYK Percentages of Color #847dca

%35
%38
%0
%21

Triadic Colors of #847dca

#847dca #ca847d #7dca84

Analogous Colors of #847dca

#847dca #ab7dca #7d9dca

Monochromatic Colors of #847dca

#847dca

Complementary Color

#847dca #c3ca7d

#847dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#847dca Color CSS Codes

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

#847dca Text Font Color

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

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


#847dca Background Color

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

This div background color is #847dca


#847dca Border Color

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

This div border color is #847dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847dca


Comments

No comments written yet.

Please login to write comment.