Color Hex Logo

#d56dc2 Color Hex

#D56DC2
(213,109,194)
0 Favorites   0 Comments

Color spaces of #d56dc2

RGB 213109194
HSL0.860.550.63
HSV311°49°84°
CMYK 0.000.490.09   0.16
XYZ42.646828.978554.3846
Yxy28.97850.33840.2300
Hunter Lab53.831747.2067-22.2168
CIE-Lab60.762651.9095-26.3354

#d56dc2 color RGB value is (213,109,194).

#d56dc2 hex color red value is 213, green value is 109 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #d56dc2 hue: 0.86 , saturation: 0.55 and the lightness value of d56dc2 is 0.63.

The process color (four color CMYK) of #d56dc2 color hex is 0.00, 0.49, 0.09, 0.16. Web safe color of #d56dc2 is #cc66cc. Color #d56dc2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01101101 11000010
Octal 325 155 302
Decimal 213 109 194
Hex D5 6D C2

RGB Percentages of Color #d56dc2

%41.28
%21.12
%37.60

CMYK Percentages of Color #d56dc2

%0
%49
%9
%16

Triadic Colors of #d56dc2

#d56dc2 #c2d56d #6dc2d5

Analogous Colors of #d56dc2

#d56dc2 #d56d8e #b46dd5

Monochromatic Colors of #d56dc2

#d56dc2

Complementary Color

#d56dc2 #6dd580

#d56dc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56dc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56dc2 Color CSS Codes

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

#d56dc2 Text Font Color

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

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


#d56dc2 Background Color

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

This div background color is #d56dc2


#d56dc2 Border Color

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

This div border color is #d56dc2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,109,194, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d56dc2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d56dc2;
  -webkit-box-shadow: 1px 1px 3px 2px #d56dc2;
  box-shadow:         1px 1px 3px 2px #d56dc2; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,109,194, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56dc2


Comments

No comments written yet.

Please login to write comment.