Color Hex Logo

#d649cc Color Hex

#D649CC
(214,73,204)
0 Favorites   0 Comments

Color spaces of #d649cc

RGB 21473204
HSL0.850.630.56
HSV304°66°84°
CMYK 0.000.660.05   0.16
XYZ41.013223.420959.4858
Yxy23.42090.33100.1890
Hunter Lab48.395166.5810-39.0008
CIE-Lab55.503369.6280-40.2173

#d649cc color RGB value is (214,73,204).

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

The process color (four color CMYK) of #d649cc color hex is 0.00, 0.66, 0.05, 0.16. Web safe color of #d649cc is #cc33cc. Color #d649cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001001 11001100
Octal 326 111 314
Decimal 214 73 204
Hex D6 49 CC

RGB Percentages of Color #d649cc

%43.58
%14.87
%41.55

CMYK Percentages of Color #d649cc

%0
%66
%5
%16

Triadic Colors of #d649cc

#d649cc #ccd649 #49ccd6

Analogous Colors of #d649cc

#d649cc #d64986 #9a49d6

Monochromatic Colors of #d649cc

#d649cc

Complementary Color

#d649cc #49d653

#d649cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d649cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d649cc Color CSS Codes

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

#d649cc Text Font Color

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

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


#d649cc Background Color

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

This div background color is #d649cc


#d649cc Border Color

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

This div border color is #d649cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d649cc


Comments

No comments written yet.

Please login to write comment.