Color Hex Logo

#d47ddd Color Hex

#D47DDD
(212,125,221)
0 Favorites   0 Comments

Color spaces of #d47ddd

RGB 212125221
HSL0.820.590.68
HSV294°43°87°
CMYK 0.040.430.00   0.13
XYZ47.536133.884772.4416
Yxy33.88470.30900.2202
Hunter Lab58.210643.8988-33.0375
CIE-Lab64.870948.3037-35.1653

#d47ddd color RGB value is (212,125,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01111101 11011101
Octal 324 175 335
Decimal 212 125 221
Hex D4 7D DD

RGB Percentages of Color #d47ddd

%37.99
%22.40
%39.61

CMYK Percentages of Color #d47ddd

%4
%43
%0
%13

Triadic Colors of #d47ddd

#d47ddd #ddd47d #7dddd4

Analogous Colors of #d47ddd

#d47ddd #dd7db6 #a47ddd

Monochromatic Colors of #d47ddd

#d47ddd

Complementary Color

#d47ddd #86dd7d

#d47ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d47ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d47ddd Color CSS Codes

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

#d47ddd Text Font Color

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

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


#d47ddd Background Color

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

This div background color is #d47ddd


#d47ddd Border Color

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

This div border color is #d47ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d47ddd


Comments

No comments written yet.

Please login to write comment.