Color Hex Logo

#847adc Color Hex

#847ADC
(132,122,220)
0 Favorites   0 Comments

Color spaces of #847adc

RGB 132122220
HSL0.680.580.67
HSV246°45°86°
CMYK 0.400.450.00   0.14
XYZ29.393523.991970.7918
Yxy23.99190.23670.1932
Hunter Lab48.981521.3990-51.4033
CIE-Lab56.079727.4344-48.9871

#847adc color RGB value is (132,122,220).

#847adc hex color red value is 132, green value is 122 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #847adc hue: 0.68 , saturation: 0.58 and the lightness value of 847adc is 0.67.

The process color (four color CMYK) of #847adc color hex is 0.40, 0.45, 0.00, 0.14. Web safe color of #847adc is #9966cc. Color #847adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01111010 11011100
Octal 204 172 334
Decimal 132 122 220
Hex 84 7A DC

RGB Percentages of Color #847adc

%27.85
%25.74
%46.41

CMYK Percentages of Color #847adc

%40
%45
%0
%14

Triadic Colors of #847adc

#847adc #dc847a #7adc84

Analogous Colors of #847adc

#847adc #b57adc #7aa1dc

Monochromatic Colors of #847adc

#847adc

Complementary Color

#847adc #d2dc7a

#847adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#847adc Color CSS Codes

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

#847adc Text Font Color

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

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


#847adc Background Color

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

This div background color is #847adc


#847adc Border Color

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

This div border color is #847adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847adc


Comments

No comments written yet.

Please login to write comment.