Color Hex Logo

#d57cde Color Hex

#D57CDE
(213,124,222)
0 Favorites   0 Comments

Color spaces of #d57cde

RGB 213124222
HSL0.820.600.68
HSV294°44°87°
CMYK 0.040.440.00   0.13
XYZ47.833033.835473.1170
Yxy33.83540.30900.2186
Hunter Lab58.168244.9901-33.8093
CIE-Lab64.831749.2974-35.7739

#d57cde color RGB value is (213,124,222).

#d57cde hex color red value is 213, green value is 124 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d57cde hue: 0.82 , saturation: 0.60 and the lightness value of d57cde is 0.68.

The process color (four color CMYK) of #d57cde color hex is 0.04, 0.44, 0.00, 0.13. Web safe color of #d57cde is #cc66cc. Color #d57cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01111100 11011110
Octal 325 174 336
Decimal 213 124 222
Hex D5 7C DE

RGB Percentages of Color #d57cde

%38.10
%22.18
%39.71

CMYK Percentages of Color #d57cde

%4
%44
%0
%13

Triadic Colors of #d57cde

#d57cde #ded57c #7cded5

Analogous Colors of #d57cde

#d57cde #de7cb6 #a47cde

Monochromatic Colors of #d57cde

#d57cde

Complementary Color

#d57cde #85de7c

#d57cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d57cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d57cde Color CSS Codes

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

#d57cde Text Font Color

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

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


#d57cde Background Color

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

This div background color is #d57cde


#d57cde Border Color

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

This div border color is #d57cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d57cde


Comments

No comments written yet.

Please login to write comment.