Color Hex Logo

#d717eb Color Hex

#D717EB
(215,23,235)
0 Favorites   0 Comments

Color spaces of #d717eb

RGB 21523235
HSL0.820.840.51
HSV294°90°92°
CMYK 0.090.900.00   0.08
XYZ43.326121.058080.3783
Yxy21.05800.29930.1455
Hunter Lab45.889088.2250-71.7289
CIE-Lab53.012987.3353-61.7669

#d717eb color RGB value is (215,23,235).

#d717eb hex color red value is 215, green value is 23 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d717eb hue: 0.82 , saturation: 0.84 and the lightness value of d717eb is 0.51.

The process color (four color CMYK) of #d717eb color hex is 0.09, 0.90, 0.00, 0.08. Web safe color of #d717eb is #cc00ff. Color #d717eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00010111 11101011
Octal 327 27 353
Decimal 215 23 235
Hex D7 17 EB

RGB Percentages of Color #d717eb

%45.45
%4.86
%49.68

CMYK Percentages of Color #d717eb

%9
%90
%0
%8

Triadic Colors of #d717eb

#d717eb #ebd717 #17ebd7

Analogous Colors of #d717eb

#d717eb #eb1795 #6d17eb

Monochromatic Colors of #d717eb

#d717eb

Complementary Color

#d717eb #2beb17

#d717eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d717eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d717eb Color CSS Codes

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

#d717eb Text Font Color

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

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


#d717eb Background Color

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

This div background color is #d717eb


#d717eb Border Color

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

This div border color is #d717eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d717eb


Comments

No comments written yet.

Please login to write comment.