Color Hex Logo

#d718cd Color Hex

#D718CD
(215,24,205)
0 Favorites   0 Comments

Color spaces of #d718cd

RGB 21524205
HSL0.840.800.47
HSV303°89°84°
CMYK 0.000.890.05   0.16
XYZ39.370419.508159.4480
Yxy19.50810.33270.1649
Hunter Lab44.168081.8172-48.8839
CIE-Lab51.276482.7335-47.4702

#d718cd color RGB value is (215,24,205).

#d718cd hex color red value is 215, green value is 24 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d718cd hue: 0.84 , saturation: 0.80 and the lightness value of d718cd is 0.47.

The process color (four color CMYK) of #d718cd color hex is 0.00, 0.89, 0.05, 0.16. Web safe color of #d718cd is #cc00cc. Color #d718cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00011000 11001101
Octal 327 30 315
Decimal 215 24 205
Hex D7 18 CD

RGB Percentages of Color #d718cd

%48.42
%5.41
%46.17

CMYK Percentages of Color #d718cd

%0
%89
%5
%16

Triadic Colors of #d718cd

#d718cd #cdd718 #18cdd7

Analogous Colors of #d718cd

#d718cd #d7186e #8218d7

Monochromatic Colors of #d718cd

#d718cd

Complementary Color

#d718cd #18d722

#d718cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d718cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d718cd Color CSS Codes

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

#d718cd Text Font Color

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

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


#d718cd Background Color

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

This div background color is #d718cd


#d718cd Border Color

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

This div border color is #d718cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d718cd


Comments

No comments written yet.

Please login to write comment.