Color Hex Logo

#d571fa Color Hex

#D571FA
(213,113,250)
0 Favorites   0 Comments

Color spaces of #d571fa

RGB 213113250
HSL0.790.930.71
HSV284°55°98°
CMYK 0.150.550.00   0.02
XYZ50.601032.858594.1178
Yxy32.85850.28500.1850
Hunter Lab57.322357.2559-57.2229
CIE-Lab64.046260.2115-52.5064

#d571fa color RGB value is (213,113,250).

#d571fa hex color red value is 213, green value is 113 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d571fa hue: 0.79 , saturation: 0.93 and the lightness value of d571fa is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01110001 11111010
Octal 325 161 372
Decimal 213 113 250
Hex D5 71 FA

RGB Percentages of Color #d571fa

%36.98
%19.62
%43.40

CMYK Percentages of Color #d571fa

%15
%55
%0
%2

Triadic Colors of #d571fa

#d571fa #fad571 #71fad5

Analogous Colors of #d571fa

#d571fa #fa71db #9171fa

Monochromatic Colors of #d571fa

#d571fa

Complementary Color

#d571fa #96fa71

#d571fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d571fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d571fa Color CSS Codes

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

#d571fa Text Font Color

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

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


#d571fa Background Color

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

This div background color is #d571fa


#d571fa Border Color

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

This div border color is #d571fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d571fa


Comments

No comments written yet.

Please login to write comment.