Color Hex Logo

#d179fd Color Hex

#D179FD
(209,121,253)
0 Favorites   0 Comments

Color spaces of #d179fd

RGB 209121253
HSL0.780.970.73
HSV280°52°99°
CMYK 0.170.520.00   0.01
XYZ50.861534.321996.8726
Yxy34.32190.27940.1885
Hunter Lab58.584952.4443-57.0291
CIE-Lab65.217355.8578-52.3282

#d179fd color RGB value is (209,121,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01111001 11111101
Octal 321 171 375
Decimal 209 121 253
Hex D1 79 FD

RGB Percentages of Color #d179fd

%35.85
%20.75
%43.40

CMYK Percentages of Color #d179fd

%17
%52
%0
%1

Triadic Colors of #d179fd

#d179fd #fdd179 #79fdd1

Analogous Colors of #d179fd

#d179fd #fd79e7 #8f79fd

Monochromatic Colors of #d179fd

#d179fd

Complementary Color

#d179fd #a5fd79

#d179fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d179fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d179fd Color CSS Codes

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

#d179fd Text Font Color

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

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


#d179fd Background Color

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

This div background color is #d179fd


#d179fd Border Color

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

This div border color is #d179fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d179fd


Comments

No comments written yet.

Please login to write comment.