Color Hex Logo

#d716dd Color Hex

#D716DD
(215,22,221)
0 Favorites   0 Comments

Color spaces of #d716dd

RGB 21522221
HSL0.830.820.48
HSV298°90°87°
CMYK 0.030.900.00   0.13
XYZ41.362420.241370.1335
Yxy20.24130.31400.1536
Hunter Lab44.990385.3730-60.9314
CIE-Lab52.108985.3280-55.2944

#d716dd color RGB value is (215,22,221).

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

The process color (four color CMYK) of #d716dd color hex is 0.03, 0.90, 0.00, 0.13. Web safe color of #d716dd is #cc00cc. Color #d716dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00010110 11011101
Octal 327 26 335
Decimal 215 22 221
Hex D7 16 DD

RGB Percentages of Color #d716dd

%46.94
%4.80
%48.25

CMYK Percentages of Color #d716dd

%3
%90
%0
%13

Triadic Colors of #d716dd

#d716dd #ddd716 #16ddd7

Analogous Colors of #d716dd

#d716dd #dd1680 #7416dd

Monochromatic Colors of #d716dd

#d716dd

Complementary Color

#d716dd #1cdd16

#d716dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d716dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d716dd Color CSS Codes

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

#d716dd Text Font Color

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

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


#d716dd Background Color

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

This div background color is #d716dd


#d716dd Border Color

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

This div border color is #d716dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d716dd


Comments

No comments written yet.

Please login to write comment.