Color Hex Logo

#d579fd Color Hex

#D579FD
(213,121,253)
0 Favorites   0 Comments

Color spaces of #d579fd

RGB 213121253
HSL0.780.970.73
HSV282°52°99°
CMYK 0.160.520.00   0.01
XYZ52.007634.912796.9262
Yxy34.91270.28290.1899
Hunter Lab59.087053.7112-55.8984
CIE-Lab65.680656.8870-51.5648

#d579fd color RGB value is (213,121,253).

#d579fd hex color red value is 213, green value is 121 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d579fd hue: 0.78 , saturation: 0.97 and the lightness value of d579fd is 0.73.

The process color (four color CMYK) of #d579fd color hex is 0.16, 0.52, 0.00, 0.01. Web safe color of #d579fd is #cc66ff. Color #d579fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01111001 11111101
Octal 325 171 375
Decimal 213 121 253
Hex D5 79 FD

RGB Percentages of Color #d579fd

%36.29
%20.61
%43.10

CMYK Percentages of Color #d579fd

%16
%52
%0
%1

Triadic Colors of #d579fd

#d579fd #fdd579 #79fdd5

Analogous Colors of #d579fd

#d579fd #fd79e3 #9379fd

Monochromatic Colors of #d579fd

#d579fd

Complementary Color

#d579fd #a1fd79

#d579fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d579fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d579fd Color CSS Codes

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

#d579fd Text Font Color

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

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


#d579fd Background Color

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

This div background color is #d579fd


#d579fd Border Color

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

This div border color is #d579fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,121,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d579fd

Related Colors


Comments

No comments written yet.

Please login to write comment.