Color Hex Logo

#d957fe Color Hex

#D957FE
(217,87,254)
0 Favorites   0 Comments

Color spaces of #d957fe

RGB 21787254
HSL0.800.990.67
HSV287°66°100°
CMYK 0.150.660.00   0.00
XYZ49.912928.723996.6795
Yxy28.72390.28470.1638
Hunter Lab53.594772.4469-69.4370
CIE-Lab60.537273.4912-60.2695

#d957fe color RGB value is (217,87,254).

#d957fe hex color red value is 217, green value is 87 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d957fe hue: 0.80 , saturation: 0.99 and the lightness value of d957fe is 0.67.

The process color (four color CMYK) of #d957fe color hex is 0.15, 0.66, 0.00, 0.00. Web safe color of #d957fe is #cc66ff. Color #d957fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01010111 11111110
Octal 331 127 376
Decimal 217 87 254
Hex D9 57 FE

RGB Percentages of Color #d957fe

%38.89
%15.59
%45.52

CMYK Percentages of Color #d957fe

%15
%66
%0
%0

Triadic Colors of #d957fe

#d957fe #fed957 #57fed9

Analogous Colors of #d957fe

#d957fe #fe57d0 #8657fe

Monochromatic Colors of #d957fe

#d957fe

Complementary Color

#d957fe #7cfe57

#d957fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d957fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d957fe Color CSS Codes

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

#d957fe Text Font Color

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

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


#d957fe Background Color

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

This div background color is #d957fe


#d957fe Border Color

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

This div border color is #d957fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,87,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d957fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d957fe;
  -webkit-box-shadow: 1px 1px 3px 2px #d957fe;
  box-shadow:         1px 1px 3px 2px #d957fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,87,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d957fe

Related Colors


Comments

No comments written yet.

Please login to write comment.