Color Hex Logo

#d616df Color Hex

#D616DF
(214,22,223)
0 Favorites   0 Comments

Color spaces of #d616df

RGB 21422223
HSL0.830.820.48
HSV297°90°87°
CMYK 0.040.900.00   0.13
XYZ41.337720.197771.5318
Yxy20.19770.31070.1518
Hunter Lab44.941985.5368-62.9098
CIE-Lab52.060085.4635-56.5192

#d616df color RGB value is (214,22,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00010110 11011111
Octal 326 26 337
Decimal 214 22 223
Hex D6 16 DF

RGB Percentages of Color #d616df

%46.62
%4.79
%48.58

CMYK Percentages of Color #d616df

%4
%90
%0
%13

Triadic Colors of #d616df

#d616df #dfd616 #16dfd6

Analogous Colors of #d616df

#d616df #df1684 #7216df

Monochromatic Colors of #d616df

#d616df

Complementary Color

#d616df #1fdf16

#d616df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d616df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d616df Color CSS Codes

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

#d616df Text Font Color

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

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


#d616df Background Color

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

This div background color is #d616df


#d616df Border Color

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

This div border color is #d616df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d616df


Comments

No comments written yet.

Please login to write comment.