Color Hex Logo

#d76dca Color Hex

#D76DCA
(215,109,202)
0 Favorites   0 Comments

Color spaces of #d76dca

RGB 215109202
HSL0.850.570.64
HSV307°49°84°
CMYK 0.000.490.06   0.16
XYZ44.153629.648659.2727
Yxy29.64860.33180.2228
Hunter Lab54.450549.4561-26.4254
CIE-Lab61.349853.8347-29.9415

#d76dca color RGB value is (215,109,202).

#d76dca hex color red value is 215, green value is 109 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d76dca hue: 0.85 , saturation: 0.57 and the lightness value of d76dca is 0.64.

The process color (four color CMYK) of #d76dca color hex is 0.00, 0.49, 0.06, 0.16. Web safe color of #d76dca is #cc66cc. Color #d76dca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01101101 11001010
Octal 327 155 312
Decimal 215 109 202
Hex D7 6D CA

RGB Percentages of Color #d76dca

%40.87
%20.72
%38.40

CMYK Percentages of Color #d76dca

%0
%49
%6
%16

Triadic Colors of #d76dca

#d76dca #cad76d #6dcad7

Analogous Colors of #d76dca

#d76dca #d76d95 #af6dd7

Monochromatic Colors of #d76dca

#d76dca

Complementary Color

#d76dca #6dd77a

#d76dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76dca Color CSS Codes

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

#d76dca Text Font Color

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

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


#d76dca Background Color

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

This div background color is #d76dca


#d76dca Border Color

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

This div border color is #d76dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d76dca


Comments

No comments written yet.

Please login to write comment.