Color Hex Logo

#d914cd Color Hex

#D914CD
(217,20,205)
0 Favorites   0 Comments

Color spaces of #d914cd

RGB 21720205
HSL0.840.830.46
HSV304°91°85°
CMYK 0.000.910.06   0.15
XYZ39.884919.659859.4502
Yxy19.65980.33520.1652
Hunter Lab44.339482.9734-48.4584
CIE-Lab51.450483.6003-47.1724

#d914cd color RGB value is (217,20,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00010100 11001101
Octal 331 24 315
Decimal 217 20 205
Hex D9 14 CD

RGB Percentages of Color #d914cd

%49.10
%4.52
%46.38

CMYK Percentages of Color #d914cd

%0
%91
%6
%15

Triadic Colors of #d914cd

#d914cd #cdd914 #14cdd9

Analogous Colors of #d914cd

#d914cd #d9146b #8314d9

Monochromatic Colors of #d914cd

#d914cd

Complementary Color

#d914cd #14d920

#d914cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d914cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d914cd Color CSS Codes

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

#d914cd Text Font Color

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

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


#d914cd Background Color

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

This div background color is #d914cd


#d914cd Border Color

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

This div border color is #d914cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d914cd


Comments

No comments written yet.

Please login to write comment.