Color Hex Logo

#d757fa Color Hex

#D757FA
(215,87,250)
0 Favorites   0 Comments

Color spaces of #d757fa

RGB 21587250
HSL0.800.940.66
HSV287°65°98°
CMYK 0.140.650.00   0.02
XYZ48.687828.165693.3128
Yxy28.16560.28610.1655
Hunter Lab53.071370.8819-67.0970
CIE-Lab60.038172.3148-58.8722

#d757fa color RGB value is (215,87,250).

#d757fa hex color red value is 215, green value is 87 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d757fa hue: 0.80 , saturation: 0.94 and the lightness value of d757fa is 0.66.

The process color (four color CMYK) of #d757fa color hex is 0.14, 0.65, 0.00, 0.02. Web safe color of #d757fa is #cc66ff. Color #d757fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010111 11111010
Octal 327 127 372
Decimal 215 87 250
Hex D7 57 FA

RGB Percentages of Color #d757fa

%38.95
%15.76
%45.29

CMYK Percentages of Color #d757fa

%14
%65
%0
%2

Triadic Colors of #d757fa

#d757fa #fad757 #57fad7

Analogous Colors of #d757fa

#d757fa #fa57cc #8657fa

Monochromatic Colors of #d757fa

#d757fa

Complementary Color

#d757fa #7afa57

#d757fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d757fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d757fa Color CSS Codes

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

#d757fa Text Font Color

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

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


#d757fa Background Color

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

This div background color is #d757fa


#d757fa Border Color

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

This div border color is #d757fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d757fa


Comments

No comments written yet.

Please login to write comment.