Color Hex Logo

#d909cd Color Hex

#D909CD
(217,9,205)
0 Favorites   0 Comments

Color spaces of #d909cd

RGB 2179205
HSL0.840.920.44
HSV303°96°85°
CMYK 0.000.960.06   0.15
XYZ39.732419.354959.3993
Yxy19.35490.33530.1634
Hunter Lab43.994284.2185-49.2552
CIE-Lab51.099984.6334-47.7300

#d909cd color RGB value is (217,9,205).

#d909cd hex color red value is 217, green value is 9 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d909cd hue: 0.84 , saturation: 0.92 and the lightness value of d909cd is 0.44.

The process color (four color CMYK) of #d909cd color hex is 0.00, 0.96, 0.06, 0.15. Web safe color of #d909cd is #cc00cc. Color #d909cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00001001 11001101
Octal 331 11 315
Decimal 217 9 205
Hex D9 9 CD

RGB Percentages of Color #d909cd

%50.35
%2.09
%47.56

CMYK Percentages of Color #d909cd

%0
%96
%6
%15

Triadic Colors of #d909cd

#d909cd #cdd909 #09cdd9

Analogous Colors of #d909cd

#d909cd #d90965 #7d09d9

Monochromatic Colors of #d909cd

#d909cd

Complementary Color

#d909cd #09d915

#d909cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d909cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d909cd Color CSS Codes

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

#d909cd Text Font Color

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

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


#d909cd Background Color

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

This div background color is #d909cd


#d909cd Border Color

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

This div border color is #d909cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d909cd


Comments

No comments written yet.

Please login to write comment.