Color Hex Logo

#d649cd Color Hex

#D649CD
(214,73,205)
0 Favorites   0 Comments

Color spaces of #d649cd

RGB 21473205
HSL0.840.630.56
HSV304°66°84°
CMYK 0.000.660.04   0.16
XYZ41.133523.469060.1196
Yxy23.46900.32980.1882
Hunter Lab48.444866.7823-39.6670
CIE-Lab55.552269.7862-40.7115

#d649cd color RGB value is (214,73,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001001 11001101
Octal 326 111 315
Decimal 214 73 205
Hex D6 49 CD

RGB Percentages of Color #d649cd

%43.50
%14.84
%41.67

CMYK Percentages of Color #d649cd

%0
%66
%4
%16

Triadic Colors of #d649cd

#d649cd #cdd649 #49cdd6

Analogous Colors of #d649cd

#d649cd #d64987 #9949d6

Monochromatic Colors of #d649cd

#d649cd

Complementary Color

#d649cd #49d652

#d649cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d649cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d649cd Color CSS Codes

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

#d649cd Text Font Color

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

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


#d649cd Background Color

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

This div background color is #d649cd


#d649cd Border Color

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

This div border color is #d649cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d649cd


Comments

No comments written yet.

Please login to write comment.