Color Hex Logo

#d511df Color Hex

#D511DF
(213,17,223)
0 Favorites   0 Comments

Color spaces of #d511df

RGB 21317223
HSL0.830.860.47
HSV297°92°87°
CMYK 0.040.920.00   0.13
XYZ40.960319.874771.4894
Yxy19.87470.30950.1502
Hunter Lab44.581085.9859-63.8697
CIE-Lab51.695285.8793-57.1137

#d511df color RGB value is (213,17,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00010001 11011111
Octal 325 21 337
Decimal 213 17 223
Hex D5 11 DF

RGB Percentages of Color #d511df

%47.02
%3.75
%49.23

CMYK Percentages of Color #d511df

%4
%92
%0
%13

Triadic Colors of #d511df

#d511df #dfd511 #11dfd5

Analogous Colors of #d511df

#d511df #df1182 #6e11df

Monochromatic Colors of #d511df

#d511df

Complementary Color

#d511df #1bdf11

#d511df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d511df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d511df Color CSS Codes

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

#d511df Text Font Color

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

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


#d511df Background Color

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

This div background color is #d511df


#d511df Border Color

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

This div border color is #d511df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d511df


Comments

No comments written yet.

Please login to write comment.