Color Hex Logo

#d57ddd Color Hex

#D57DDD
(213,125,221)
0 Favorites   0 Comments

Color spaces of #d57ddd

RGB 213125221
HSL0.820.590.68
HSV295°43°87°
CMYK 0.040.430.00   0.13
XYZ47.825334.033872.4551
Yxy34.03380.30990.2205
Hunter Lab58.338544.2401-32.7999
CIE-Lab64.989448.5964-34.9720

#d57ddd color RGB value is (213,125,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01111101 11011101
Octal 325 175 335
Decimal 213 125 221
Hex D5 7D DD

RGB Percentages of Color #d57ddd

%38.10
%22.36
%39.53

CMYK Percentages of Color #d57ddd

%4
%43
%0
%13

Triadic Colors of #d57ddd

#d57ddd #ddd57d #7dddd5

Analogous Colors of #d57ddd

#d57ddd #dd7db5 #a57ddd

Monochromatic Colors of #d57ddd

#d57ddd

Complementary Color

#d57ddd #85dd7d

#d57ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d57ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d57ddd Color CSS Codes

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

#d57ddd Text Font Color

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

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


#d57ddd Background Color

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

This div background color is #d57ddd


#d57ddd Border Color

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

This div border color is #d57ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d57ddd


Comments

No comments written yet.

Please login to write comment.