Color Hex Logo

#d784ce Color Hex

#D784CE
(215,132,206)
0 Favorites   0 Comments

Color spaces of #d784ce

RGB 215132206
HSL0.850.510.68
HSV307°39°84°
CMYK 0.000.390.04   0.16
XYZ47.416235.405862.7274
Yxy35.40580.32580.2433
Hunter Lab59.502838.1121-20.8512
CIE-Lab66.063442.8299-24.9276

#d784ce color RGB value is (215,132,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10000100 11001110
Octal 327 204 316
Decimal 215 132 206
Hex D7 84 CE

RGB Percentages of Color #d784ce

%38.88
%23.87
%37.25

CMYK Percentages of Color #d784ce

%0
%39
%4
%16

Triadic Colors of #d784ce

#d784ce #ced784 #84ced7

Analogous Colors of #d784ce

#d784ce #d784a5 #b784d7

Monochromatic Colors of #d784ce

#d784ce

Complementary Color

#d784ce #84d78d

#d784ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d784ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d784ce Color CSS Codes

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

#d784ce Text Font Color

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

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


#d784ce Background Color

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

This div background color is #d784ce


#d784ce Border Color

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

This div border color is #d784ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d784ce


Comments

No comments written yet.

Please login to write comment.