Color Hex Logo

#d816df Color Hex

#D816DF
(216,22,223)
0 Favorites   0 Comments

Color spaces of #d816df

RGB 21622223
HSL0.830.820.48
HSV298°90°87°
CMYK 0.030.900.00   0.13
XYZ41.925120.500571.5593
Yxy20.50050.31290.1530
Hunter Lab45.277586.0481-62.0113
CIE-Lab52.398485.7907-55.9580

#d816df color RGB value is (216,22,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00010110 11011111
Octal 330 26 337
Decimal 216 22 223
Hex D8 16 DF

RGB Percentages of Color #d816df

%46.85
%4.77
%48.37

CMYK Percentages of Color #d816df

%3
%90
%0
%13

Triadic Colors of #d816df

#d816df #dfd816 #16dfd8

Analogous Colors of #d816df

#d816df #df1682 #7416df

Monochromatic Colors of #d816df

#d816df

Complementary Color

#d816df #1ddf16

#d816df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d816df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d816df Color CSS Codes

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

#d816df Text Font Color

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

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


#d816df Background Color

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

This div background color is #d816df


#d816df Border Color

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

This div border color is #d816df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d816df


Comments

No comments written yet.

Please login to write comment.