Color Hex Logo

#d76cdf Color Hex

#D76CDF
(215,108,223)
0 Favorites   0 Comments

Color spaces of #d76cdf

RGB 215108223
HSL0.820.640.65
HSV296°52°87°
CMYK 0.040.520.00   0.13
XYZ46.706230.499973.2374
Yxy30.49990.31050.2027
Hunter Lab55.226754.3138-39.9671
CIE-Lab62.083257.9967-40.6089

#d76cdf color RGB value is (215,108,223).

#d76cdf hex color red value is 215, green value is 108 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d76cdf hue: 0.82 , saturation: 0.64 and the lightness value of d76cdf is 0.65.

The process color (four color CMYK) of #d76cdf color hex is 0.04, 0.52, 0.00, 0.13. Web safe color of #d76cdf is #cc66cc. Color #d76cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01101100 11011111
Octal 327 154 337
Decimal 215 108 223
Hex D7 6C DF

RGB Percentages of Color #d76cdf

%39.38
%19.78
%40.84

CMYK Percentages of Color #d76cdf

%4
%52
%0
%13

Triadic Colors of #d76cdf

#d76cdf #dfd76c #6cdfd7

Analogous Colors of #d76cdf

#d76cdf #df6cae #9e6cdf

Monochromatic Colors of #d76cdf

#d76cdf

Complementary Color

#d76cdf #74df6c

#d76cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76cdf Color CSS Codes

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

#d76cdf Text Font Color

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

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


#d76cdf Background Color

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

This div background color is #d76cdf


#d76cdf Border Color

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

This div border color is #d76cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d76cdf


Comments

No comments written yet.

Please login to write comment.