Color Hex Logo

#d701df Color Hex

#D701DF
(215,1,223)
0 Favorites   0 Comments

Color spaces of #d701df

RGB 2151223
HSL0.830.990.44
HSV298°100°87°
CMYK 0.041.000.00   0.13
XYZ41.354519.796571.4535
Yxy19.79650.31190.1493
Hunter Lab44.493388.0446-64.0709
CIE-Lab51.606387.4702-57.2379

#d701df color RGB value is (215,1,223).

#d701df hex color red value is 215, green value is 1 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d701df hue: 0.83 , saturation: 0.99 and the lightness value of d701df is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00000001 11011111
Octal 327 1 337
Decimal 215 1 223
Hex D7 1 DF

RGB Percentages of Color #d701df

%48.97
%0.23
%50.80

CMYK Percentages of Color #d701df

%4
%100
%0
%13

Triadic Colors of #d701df

#d701df #dfd701 #01dfd7

Analogous Colors of #d701df

#d701df #df0178 #6801df

Monochromatic Colors of #d701df

#d701df

Complementary Color

#d701df #09df01

#d701df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d701df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d701df Color CSS Codes

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

#d701df Text Font Color

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

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


#d701df Background Color

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

This div background color is #d701df


#d701df Border Color

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

This div border color is #d701df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d701df


Comments

No comments written yet.

Please login to write comment.