Color Hex Logo

#d76ccc Color Hex

#D76CCC
(215,108,204)
0 Favorites   0 Comments

Color spaces of #d76ccc

RGB 215108204
HSL0.850.570.63
HSV306°50°84°
CMYK 0.000.500.05   0.16
XYZ44.286029.531860.4928
Yxy29.53180.32970.2199
Hunter Lab54.343250.3649-27.9592
CIE-Lab61.248154.6597-31.2297

#d76ccc color RGB value is (215,108,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01101100 11001100
Octal 327 154 314
Decimal 215 108 204
Hex D7 6C CC

RGB Percentages of Color #d76ccc

%40.80
%20.49
%38.71

CMYK Percentages of Color #d76ccc

%0
%50
%5
%16

Triadic Colors of #d76ccc

#d76ccc #ccd76c #6cccd7

Analogous Colors of #d76ccc

#d76ccc #d76c97 #ad6cd7

Monochromatic Colors of #d76ccc

#d76ccc

Complementary Color

#d76ccc #6cd777

#d76ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76ccc Color CSS Codes

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

#d76ccc Text Font Color

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

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


#d76ccc Background Color

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

This div background color is #d76ccc


#d76ccc Border Color

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

This div border color is #d76ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d76ccc


Comments

No comments written yet.

Please login to write comment.