Color Hex Logo

#d772cc Color Hex

#D772CC
(215,114,204)
0 Favorites   0 Comments

Color spaces of #d772cc

RGB 215114204
HSL0.850.560.65
HSV307°47°84°
CMYK 0.000.470.05   0.16
XYZ44.940730.841360.7111
Yxy30.84130.32930.2260
Hunter Lab55.534947.2619-25.9417
CIE-Lab62.373451.7101-29.4871

#d772cc color RGB value is (215,114,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01110010 11001100
Octal 327 162 314
Decimal 215 114 204
Hex D7 72 CC

RGB Percentages of Color #d772cc

%40.34
%21.39
%38.27

CMYK Percentages of Color #d772cc

%0
%47
%5
%16

Triadic Colors of #d772cc

#d772cc #ccd772 #72ccd7

Analogous Colors of #d772cc

#d772cc #d7729a #b072d7

Monochromatic Colors of #d772cc

#d772cc

Complementary Color

#d772cc #72d77d

#d772cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d772cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d772cc Color CSS Codes

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

#d772cc Text Font Color

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

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


#d772cc Background Color

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

This div background color is #d772cc


#d772cc Border Color

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

This div border color is #d772cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d772cc


Comments

No comments written yet.

Please login to write comment.