Color Hex Logo

#d717ff Color Hex

#D717FF
(215,23,255)
0 Favorites   0 Comments

Color spaces of #d717ff

RGB 21523255
HSL0.801.000.55
HSV290°91°100°
CMYK 0.160.910.00   0.00
XYZ46.380722.279996.4636
Yxy22.27990.28090.1349
Hunter Lab47.201692.7929-88.1270
CIE-Lab54.322790.5282-70.8408

#d717ff color RGB value is (215,23,255).

#d717ff hex color red value is 215, green value is 23 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d717ff hue: 0.80 , saturation: 1.00 and the lightness value of d717ff is 0.55.

The process color (four color CMYK) of #d717ff color hex is 0.16, 0.91, 0.00, 0.00. Web safe color of #d717ff is #cc00ff. Color #d717ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00010111 11111111
Octal 327 27 377
Decimal 215 23 255
Hex D7 17 FF

RGB Percentages of Color #d717ff

%43.61
%4.67
%51.72

CMYK Percentages of Color #d717ff

%16
%91
%0
%0

Triadic Colors of #d717ff

#d717ff #ffd717 #17ffd7

Analogous Colors of #d717ff

#d717ff #ff17b3 #6317ff

Monochromatic Colors of #d717ff

#d717ff

Complementary Color

#d717ff #3fff17

#d717ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d717ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d717ff Color CSS Codes

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

#d717ff Text Font Color

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

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


#d717ff Background Color

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

This div background color is #d717ff


#d717ff Border Color

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

This div border color is #d717ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,23,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d717ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d717ff


Comments

No comments written yet.

Please login to write comment.