Color Hex Logo

#d57eca Color Hex

#D57ECA
(213,126,202)
0 Favorites   0 Comments

Color spaces of #d57eca

RGB 213126202
HSL0.850.510.66
HSV308°41°84°
CMYK 0.000.410.05   0.16
XYZ45.562133.332159.9095
Yxy33.33210.32820.2401
Hunter Lab57.734039.8330-21.1104
CIE-Lab64.428944.6374-25.2155

#d57eca color RGB value is (213,126,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01111110 11001010
Octal 325 176 312
Decimal 213 126 202
Hex D5 7E CA

RGB Percentages of Color #d57eca

%39.37
%23.29
%37.34

CMYK Percentages of Color #d57eca

%0
%41
%5
%16

Triadic Colors of #d57eca

#d57eca #cad57e #7ecad5

Analogous Colors of #d57eca

#d57eca #d57e9f #b57ed5

Monochromatic Colors of #d57eca

#d57eca

Complementary Color

#d57eca #7ed589

#d57eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d57eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d57eca Color CSS Codes

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

#d57eca Text Font Color

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

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


#d57eca Background Color

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

This div background color is #d57eca


#d57eca Border Color

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

This div border color is #d57eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d57eca


Comments

No comments written yet.

Please login to write comment.