Color Hex Logo

#d717fc Color Hex

#D717FC
(215,23,252)
0 Favorites   0 Comments

Color spaces of #d717fc

RGB 21523252
HSL0.810.970.54
HSV290°91°99°
CMYK 0.150.910.00   0.01
XYZ45.901422.088193.9396
Yxy22.08810.28350.1364
Hunter Lab46.998092.0887-85.6103
CIE-Lab54.120490.0398-69.4996

#d717fc color RGB value is (215,23,252).

#d717fc hex color red value is 215, green value is 23 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d717fc hue: 0.81 , saturation: 0.97 and the lightness value of d717fc is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00010111 11111100
Octal 327 27 374
Decimal 215 23 252
Hex D7 17 FC

RGB Percentages of Color #d717fc

%43.88
%4.69
%51.43

CMYK Percentages of Color #d717fc

%15
%91
%0
%1

Triadic Colors of #d717fc

#d717fc #fcd717 #17fcd7

Analogous Colors of #d717fc

#d717fc #fc17af #6517fc

Monochromatic Colors of #d717fc

#d717fc

Complementary Color

#d717fc #3cfc17

#d717fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d717fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d717fc Color CSS Codes

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

#d717fc Text Font Color

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

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


#d717fc Background Color

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

This div background color is #d717fc


#d717fc Border Color

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

This div border color is #d717fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d717fc


Comments

No comments written yet.

Please login to write comment.