Color Hex Logo

#d76dcd Color Hex

#D76DCD
(215,109,205)
0 Favorites   0 Comments

Color spaces of #d76dcd

RGB 215109205
HSL0.850.570.64
HSV306°49°84°
CMYK 0.000.490.05   0.16
XYZ44.512429.792161.1620
Yxy29.79210.32860.2199
Hunter Lab54.582150.0502-28.2299
CIE-Lab61.474454.3437-31.4436

#d76dcd color RGB value is (215,109,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01101101 11001101
Octal 327 155 315
Decimal 215 109 205
Hex D7 6D CD

RGB Percentages of Color #d76dcd

%40.64
%20.60
%38.75

CMYK Percentages of Color #d76dcd

%0
%49
%5
%16

Triadic Colors of #d76dcd

#d76dcd #cdd76d #6dcdd7

Analogous Colors of #d76dcd

#d76dcd #d76d98 #ac6dd7

Monochromatic Colors of #d76dcd

#d76dcd

Complementary Color

#d76dcd #6dd777

#d76dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76dcd Color CSS Codes

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

#d76dcd Text Font Color

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

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


#d76dcd Background Color

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

This div background color is #d76dcd


#d76dcd Border Color

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

This div border color is #d76dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d76dcd


Comments

No comments written yet.

Please login to write comment.