Color Hex Logo

#d949cd Color Hex

#D949CD
(217,73,205)
0 Favorites   0 Comments

Color spaces of #d949cd

RGB 21773205
HSL0.850.650.57
HSV305°66°85°
CMYK 0.000.660.06   0.15
XYZ42.017323.924660.1610
Yxy23.92460.33320.1897
Hunter Lab48.912867.7386-38.6857
CIE-Lab56.012270.4928-39.9560

#d949cd color RGB value is (217,73,205).

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

The process color (four color CMYK) of #d949cd color hex is 0.00, 0.66, 0.06, 0.15. Web safe color of #d949cd is #cc33cc. Color #d949cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01001001 11001101
Octal 331 111 315
Decimal 217 73 205
Hex D9 49 CD

RGB Percentages of Color #d949cd

%43.84
%14.75
%41.41

CMYK Percentages of Color #d949cd

%0
%66
%6
%15

Triadic Colors of #d949cd

#d949cd #cdd949 #49cdd9

Analogous Colors of #d949cd

#d949cd #d94985 #9d49d9

Monochromatic Colors of #d949cd

#d949cd

Complementary Color

#d949cd #49d955

#d949cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d949cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d949cd Color CSS Codes

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

#d949cd Text Font Color

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

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


#d949cd Background Color

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

This div background color is #d949cd


#d949cd Border Color

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

This div border color is #d949cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d949cd


Comments

No comments written yet.

Please login to write comment.