Color Hex Logo

#d747dd Color Hex

#D747DD
(215,71,221)
0 Favorites   0 Comments

Color spaces of #d747dd

RGB 21571221
HSL0.830.690.57
HSV298°68°87°
CMYK 0.030.680.00   0.13
XYZ43.328724.174070.7890
Yxy24.17400.31330.1748
Hunter Lab49.167171.2616-50.9467
CIE-Lab56.261673.3401-48.6712

#d747dd color RGB value is (215,71,221).

#d747dd hex color red value is 215, green value is 71 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d747dd hue: 0.83 , saturation: 0.69 and the lightness value of d747dd is 0.57.

The process color (four color CMYK) of #d747dd color hex is 0.03, 0.68, 0.00, 0.13. Web safe color of #d747dd is #cc33cc. Color #d747dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01000111 11011101
Octal 327 107 335
Decimal 215 71 221
Hex D7 47 DD

RGB Percentages of Color #d747dd

%42.41
%14.00
%43.59

CMYK Percentages of Color #d747dd

%3
%68
%0
%13

Triadic Colors of #d747dd

#d747dd #ddd747 #47ddd7

Analogous Colors of #d747dd

#d747dd #dd4798 #8c47dd

Monochromatic Colors of #d747dd

#d747dd

Complementary Color

#d747dd #4ddd47

#d747dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d747dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d747dd Color CSS Codes

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

#d747dd Text Font Color

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

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


#d747dd Background Color

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

This div background color is #d747dd


#d747dd Border Color

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

This div border color is #d747dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d747dd


Comments

No comments written yet.

Please login to write comment.