Color Hex Logo

#d784cd Color Hex

#D784CD
(215,132,205)
0 Favorites   0 Comments

Color spaces of #d784cd

RGB 215132205
HSL0.850.510.68
HSV307°39°84°
CMYK 0.000.390.05   0.16
XYZ47.295035.357462.0895
Yxy35.35740.32680.2443
Hunter Lab59.462137.9168-20.2863
CIE-Lab66.026042.6529-24.4261

#d784cd color RGB value is (215,132,205).

#d784cd hex color red value is 215, green value is 132 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d784cd hue: 0.85 , saturation: 0.51 and the lightness value of d784cd is 0.68.

The process color (four color CMYK) of #d784cd color hex is 0.00, 0.39, 0.05, 0.16. Web safe color of #d784cd is #cc99cc. Color #d784cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10000100 11001101
Octal 327 204 315
Decimal 215 132 205
Hex D7 84 CD

RGB Percentages of Color #d784cd

%38.95
%23.91
%37.14

CMYK Percentages of Color #d784cd

%0
%39
%5
%16

Triadic Colors of #d784cd

#d784cd #cdd784 #84cdd7

Analogous Colors of #d784cd

#d784cd #d784a4 #b884d7

Monochromatic Colors of #d784cd

#d784cd

Complementary Color

#d784cd #84d78e

#d784cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d784cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d784cd Color CSS Codes

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

#d784cd Text Font Color

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

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


#d784cd Background Color

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

This div background color is #d784cd


#d784cd Border Color

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

This div border color is #d784cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,132,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d784cd


Comments

No comments written yet.

Please login to write comment.