Color Hex Logo

#d718cf Color Hex

#D718CF
(215,24,207)
0 Favorites   0 Comments

Color spaces of #d718cf

RGB 21524207
HSL0.840.800.47
HSV303°89°84°
CMYK 0.000.890.04   0.16
XYZ39.613519.605360.7278
Yxy19.60530.33030.1635
Hunter Lab44.277982.2100-50.3227
CIE-Lab51.388083.0182-48.4426

#d718cf color RGB value is (215,24,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00011000 11001111
Octal 327 30 317
Decimal 215 24 207
Hex D7 18 CF

RGB Percentages of Color #d718cf

%48.21
%5.38
%46.41

CMYK Percentages of Color #d718cf

%0
%89
%4
%16

Triadic Colors of #d718cf

#d718cf #cfd718 #18cfd7

Analogous Colors of #d718cf

#d718cf #d71870 #8018d7

Monochromatic Colors of #d718cf

#d718cf

Complementary Color

#d718cf #18d720

#d718cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d718cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d718cf Color CSS Codes

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

#d718cf Text Font Color

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

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


#d718cf Background Color

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

This div background color is #d718cf


#d718cf Border Color

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

This div border color is #d718cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,24,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d718cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d718cf

#d718cf Color Palettes


Comments

No comments written yet.

Please login to write comment.