Color Hex Logo

#d784dd Color Hex

#D784DD
(215,132,221)
0 Favorites   0 Comments

Color spaces of #d784dd

RGB 215132221
HSL0.820.570.69
HSV296°40°87°
CMYK 0.030.400.00   0.13
XYZ49.326736.170172.7883
Yxy36.17010.31160.2285
Hunter Lab60.141641.1537-29.6585
CIE-Lab66.649745.5587-32.3766

#d784dd color RGB value is (215,132,221).

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

The process color (four color CMYK) of #d784dd color hex is 0.03, 0.40, 0.00, 0.13. Web safe color of #d784dd is #cc99cc. Color #d784dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10000100 11011101
Octal 327 204 335
Decimal 215 132 221
Hex D7 84 DD

RGB Percentages of Color #d784dd

%37.85
%23.24
%38.91

CMYK Percentages of Color #d784dd

%3
%40
%0
%13

Triadic Colors of #d784dd

#d784dd #ddd784 #84ddd7

Analogous Colors of #d784dd

#d784dd #dd84b7 #ab84dd

Monochromatic Colors of #d784dd

#d784dd

Complementary Color

#d784dd #8add84

#d784dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d784dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d784dd Color CSS Codes

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

#d784dd Text Font Color

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

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


#d784dd Background Color

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

This div background color is #d784dd


#d784dd Border Color

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

This div border color is #d784dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d784dd


Comments

No comments written yet.

Please login to write comment.