Color Hex Logo

#d918df Color Hex

#D918DF
(217,24,223)
0 Favorites   0 Comments

Color spaces of #d918df

RGB 21724223
HSL0.830.810.48
HSV298°89°87°
CMYK 0.030.890.00   0.13
XYZ42.261220.732771.5864
Yxy20.73270.31400.1541
Hunter Lab45.533285.9901-61.3414
CIE-Lab52.655785.6961-55.5363

#d918df color RGB value is (217,24,223).

#d918df hex color red value is 217, green value is 24 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d918df hue: 0.83 , saturation: 0.81 and the lightness value of d918df is 0.48.

The process color (four color CMYK) of #d918df color hex is 0.03, 0.89, 0.00, 0.13. Web safe color of #d918df is #cc00cc. Color #d918df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00011000 11011111
Octal 331 30 337
Decimal 217 24 223
Hex D9 18 DF

RGB Percentages of Color #d918df

%46.77
%5.17
%48.06

CMYK Percentages of Color #d918df

%3
%89
%0
%13

Triadic Colors of #d918df

#d918df #dfd918 #18dfd9

Analogous Colors of #d918df

#d918df #df1882 #7618df

Monochromatic Colors of #d918df

#d918df

Complementary Color

#d918df #1edf18

#d918df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d918df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d918df Color CSS Codes

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

#d918df Text Font Color

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

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


#d918df Background Color

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

This div background color is #d918df


#d918df Border Color

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

This div border color is #d918df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d918df


Comments

No comments written yet.

Please login to write comment.