Color Hex Logo

#d179fe Color Hex

#D179FE
(209,121,254)
0 Favorites   0 Comments

Color spaces of #d179fe

RGB 209121254
HSL0.780.990.74
HSV280°52°100°
CMYK 0.180.520.00   0.00
XYZ51.021334.385897.7139
Yxy34.38580.27860.1878
Hunter Lab58.639452.6913-57.7504
CIE-Lab65.267656.0654-52.7966

#d179fe color RGB value is (209,121,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01111001 11111110
Octal 321 171 376
Decimal 209 121 254
Hex D1 79 FE

RGB Percentages of Color #d179fe

%35.79
%20.72
%43.49

CMYK Percentages of Color #d179fe

%18
%52
%0
%0

Triadic Colors of #d179fe

#d179fe #fed179 #79fed1

Analogous Colors of #d179fe

#d179fe #fe79e9 #8f79fe

Monochromatic Colors of #d179fe

#d179fe

Complementary Color

#d179fe #a6fe79

#d179fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d179fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d179fe Color CSS Codes

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

#d179fe Text Font Color

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

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


#d179fe Background Color

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

This div background color is #d179fe


#d179fe Border Color

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

This div border color is #d179fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d179fe

Related Colors


Comments

No comments written yet.

Please login to write comment.