Color Hex Logo

#d911cd Color Hex

#D911CD
(217,17,205)
0 Favorites   0 Comments

Color spaces of #d911cd

RGB 21717205
HSL0.840.850.46
HSV304°92°85°
CMYK 0.000.920.06   0.15
XYZ39.835219.560459.4336
Yxy19.56040.33520.1646
Hunter Lab44.227183.3767-48.7165
CIE-Lab51.336583.9356-47.3535

#d911cd color RGB value is (217,17,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00010001 11001101
Octal 331 21 315
Decimal 217 17 205
Hex D9 11 CD

RGB Percentages of Color #d911cd

%49.43
%3.87
%46.70

CMYK Percentages of Color #d911cd

%0
%92
%6
%15

Triadic Colors of #d911cd

#d911cd #cdd911 #11cdd9

Analogous Colors of #d911cd

#d911cd #d91169 #8111d9

Monochromatic Colors of #d911cd

#d911cd

Complementary Color

#d911cd #11d91d

#d911cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d911cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d911cd Color CSS Codes

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

#d911cd Text Font Color

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

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


#d911cd Background Color

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

This div background color is #d911cd


#d911cd Border Color

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

This div border color is #d911cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d911cd


Comments

No comments written yet.

Please login to write comment.