Color Hex Logo

#847cdc Color Hex

#847CDC
(132,124,220)
0 Favorites   0 Comments

Color spaces of #847cdc

RGB 132124220
HSL0.680.580.67
HSV245°44°86°
CMYK 0.400.440.00   0.14
XYZ29.641624.488170.8745
Yxy24.48810.23710.1959
Hunter Lab49.485520.3213-50.2770
CIE-Lab56.573226.2558-48.2036

#847cdc color RGB value is (132,124,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01111100 11011100
Octal 204 174 334
Decimal 132 124 220
Hex 84 7C DC

RGB Percentages of Color #847cdc

%27.73
%26.05
%46.22

CMYK Percentages of Color #847cdc

%40
%44
%0
%14

Triadic Colors of #847cdc

#847cdc #dc847c #7cdc84

Analogous Colors of #847cdc

#847cdc #b47cdc #7ca4dc

Monochromatic Colors of #847cdc

#847cdc

Complementary Color

#847cdc #d4dc7c

#847cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#847cdc Color CSS Codes

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

#847cdc Text Font Color

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

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


#847cdc Background Color

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

This div background color is #847cdc


#847cdc Border Color

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

This div border color is #847cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847cdc


Comments

No comments written yet.

Please login to write comment.