Color Hex Logo

#d76ccd Color Hex

#D76CCD
(215,108,205)
0 Favorites   0 Comments

Color spaces of #d76ccd

RGB 215108205
HSL0.850.570.63
HSV306°50°84°
CMYK 0.000.500.05   0.16
XYZ44.406329.580061.1266
Yxy29.58000.32870.2189
Hunter Lab54.387550.5635-28.5653
CIE-Lab61.290154.8294-31.7295

#d76ccd color RGB value is (215,108,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01101100 11001101
Octal 327 154 315
Decimal 215 108 205
Hex D7 6C CD

RGB Percentages of Color #d76ccd

%40.72
%20.45
%38.83

CMYK Percentages of Color #d76ccd

%0
%50
%5
%16

Triadic Colors of #d76ccd

#d76ccd #cdd76c #6ccdd7

Analogous Colors of #d76ccd

#d76ccd #d76c98 #ac6cd7

Monochromatic Colors of #d76ccd

#d76ccd

Complementary Color

#d76ccd #6cd776

#d76ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76ccd Color CSS Codes

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

#d76ccd Text Font Color

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

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


#d76ccd Background Color

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

This div background color is #d76ccd


#d76ccd Border Color

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

This div border color is #d76ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d76ccd


Comments

No comments written yet.

Please login to write comment.