Color Hex Logo

#d617ff Color Hex

#D617FF
(214,23,255)
0 Favorites   0 Comments

Color spaces of #d617ff

RGB 21423255
HSL0.801.000.55
HSV289°91°100°
CMYK 0.160.910.00   0.00
XYZ46.088022.128996.4499
Yxy22.12890.27990.1344
Hunter Lab47.041492.5600-88.6346
CIE-Lab54.163590.3847-71.1063

#d617ff color RGB value is (214,23,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00010111 11111111
Octal 326 27 377
Decimal 214 23 255
Hex D6 17 FF

RGB Percentages of Color #d617ff

%43.50
%4.67
%51.83

CMYK Percentages of Color #d617ff

%16
%91
%0
%0

Triadic Colors of #d617ff

#d617ff #ffd617 #17ffd6

Analogous Colors of #d617ff

#d617ff #ff17b4 #6217ff

Monochromatic Colors of #d617ff

#d617ff

Complementary Color

#d617ff #40ff17

#d617ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d617ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d617ff Color CSS Codes

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

#d617ff Text Font Color

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

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


#d617ff Background Color

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

This div background color is #d617ff


#d617ff Border Color

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

This div border color is #d617ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d617ff

Related Colors


Comments

No comments written yet.

Please login to write comment.