Color Hex Logo

#d56eca Color Hex

#D56ECA
(213,110,202)
0 Favorites   0 Comments

Color spaces of #d56eca

RGB 213110202
HSL0.850.550.63
HSV306°48°84°
CMYK 0.000.480.05   0.16
XYZ43.677229.562359.2812
Yxy29.56230.32960.2231
Hunter Lab54.371248.2420-26.5843
CIE-Lab61.274752.7607-30.0788

#d56eca color RGB value is (213,110,202).

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

The process color (four color CMYK) of #d56eca color hex is 0.00, 0.48, 0.05, 0.16. Web safe color of #d56eca is #cc66cc. Color #d56eca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01101110 11001010
Octal 325 156 312
Decimal 213 110 202
Hex D5 6E CA

RGB Percentages of Color #d56eca

%40.57
%20.95
%38.48

CMYK Percentages of Color #d56eca

%0
%48
%5
%16

Triadic Colors of #d56eca

#d56eca #cad56e #6ecad5

Analogous Colors of #d56eca

#d56eca #d56e97 #ad6ed5

Monochromatic Colors of #d56eca

#d56eca

Complementary Color

#d56eca #6ed579

#d56eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56eca Color CSS Codes

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

#d56eca Text Font Color

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

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


#d56eca Background Color

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

This div background color is #d56eca


#d56eca Border Color

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

This div border color is #d56eca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,110,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 #d56eca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56eca


Comments

No comments written yet.

Please login to write comment.