Color Hex Logo

#d217ff Color Hex

#D217FF
(210,23,255)
0 Favorites   0 Comments

Color spaces of #d217ff

RGB 21023255
HSL0.801.000.55
HSV288°91°100°
CMYK 0.180.910.00   0.00
XYZ44.934721.534496.3960
Yxy21.53440.27590.1322
Hunter Lab46.405291.6347-90.6776
CIE-Lab53.529589.8133-72.1636

#d217ff color RGB value is (210,23,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00010111 11111111
Octal 322 27 377
Decimal 210 23 255
Hex D2 17 FF

RGB Percentages of Color #d217ff

%43.03
%4.71
%52.25

CMYK Percentages of Color #d217ff

%18
%91
%0
%0

Triadic Colors of #d217ff

#d217ff #ffd217 #17ffd2

Analogous Colors of #d217ff

#d217ff #ff17b8 #5e17ff

Monochromatic Colors of #d217ff

#d217ff

Complementary Color

#d217ff #44ff17

#d217ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d217ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d217ff Color CSS Codes

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

#d217ff Text Font Color

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

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


#d217ff Background Color

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

This div background color is #d217ff


#d217ff Border Color

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

This div border color is #d217ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d217ff


Comments

No comments written yet.

Please login to write comment.