Color Hex Logo

#d782ce Color Hex

#D782CE
(215,130,206)
0 Favorites   0 Comments

Color spaces of #d782ce

RGB 215130206
HSL0.850.520.68
HSV306°40°84°
CMYK 0.000.400.04   0.16
XYZ47.147534.868662.6379
Yxy34.86860.32590.2410
Hunter Lab59.049639.1844-21.5581
CIE-Lab65.646243.8775-25.5677

#d782ce color RGB value is (215,130,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10000010 11001110
Octal 327 202 316
Decimal 215 130 206
Hex D7 82 CE

RGB Percentages of Color #d782ce

%39.02
%23.59
%37.39

CMYK Percentages of Color #d782ce

%0
%40
%4
%16

Triadic Colors of #d782ce

#d782ce #ced782 #82ced7

Analogous Colors of #d782ce

#d782ce #d782a4 #b682d7

Monochromatic Colors of #d782ce

#d782ce

Complementary Color

#d782ce #82d78b

#d782ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d782ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d782ce Color CSS Codes

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

#d782ce Text Font Color

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

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


#d782ce Background Color

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

This div background color is #d782ce


#d782ce Border Color

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

This div border color is #d782ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d782ce


Comments

No comments written yet.

Please login to write comment.