Color Hex Logo

#d956c4 Color Hex

#D956C4
(217,86,196)
0 Favorites   0 Comments

Color spaces of #d956c4

RGB 21786196
HSL0.860.630.59
HSV310°60°85°
CMYK 0.000.600.10   0.15
XYZ41.906925.392854.9171
Yxy25.39280.34290.2078
Hunter Lab50.391360.2613-29.3412
CIE-Lab57.456263.9351-32.5525

#d956c4 color RGB value is (217,86,196).

#d956c4 hex color red value is 217, green value is 86 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #d956c4 hue: 0.86 , saturation: 0.63 and the lightness value of d956c4 is 0.59.

The process color (four color CMYK) of #d956c4 color hex is 0.00, 0.60, 0.10, 0.15. Web safe color of #d956c4 is #cc66cc. Color #d956c4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01010110 11000100
Octal 331 126 304
Decimal 217 86 196
Hex D9 56 C4

RGB Percentages of Color #d956c4

%43.49
%17.23
%39.28

CMYK Percentages of Color #d956c4

%0
%60
%10
%15

Triadic Colors of #d956c4

#d956c4 #c4d956 #56c4d9

Analogous Colors of #d956c4

#d956c4 #d95683 #ad56d9

Monochromatic Colors of #d956c4

#d956c4

Complementary Color

#d956c4 #56d96b

#d956c4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d956c4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d956c4 Color CSS Codes

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

#d956c4 Text Font Color

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

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


#d956c4 Background Color

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

This div background color is #d956c4


#d956c4 Border Color

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

This div border color is #d956c4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,86,196, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d956c4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d956c4;
  -webkit-box-shadow: 1px 1px 3px 2px #d956c4;
  box-shadow:         1px 1px 3px 2px #d956c4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,86,196, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d956c4


Comments

No comments written yet.

Please login to write comment.