Color Hex Logo

#d611df Color Hex

#D611DF
(214,17,223)
0 Favorites   0 Comments

Color spaces of #d611df

RGB 21417223
HSL0.830.860.47
HSV297°92°87°
CMYK 0.040.920.00   0.13
XYZ41.251320.024871.5030
Yxy20.02480.31070.1508
Hunter Lab44.749186.2368-63.4131
CIE-Lab51.865286.0389-56.8316

#d611df color RGB value is (214,17,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00010001 11011111
Octal 326 21 337
Decimal 214 17 223
Hex D6 11 DF

RGB Percentages of Color #d611df

%47.14
%3.74
%49.12

CMYK Percentages of Color #d611df

%4
%92
%0
%13

Triadic Colors of #d611df

#d611df #dfd611 #11dfd6

Analogous Colors of #d611df

#d611df #df1181 #6f11df

Monochromatic Colors of #d611df

#d611df

Complementary Color

#d611df #1adf11

#d611df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d611df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d611df Color CSS Codes

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

#d611df Text Font Color

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

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


#d611df Background Color

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

This div background color is #d611df


#d611df Border Color

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

This div border color is #d611df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d611df


Comments

No comments written yet.

Please login to write comment.