Color Hex Logo

#d079fa Color Hex

#D079FA
(208,121,250)
0 Favorites   0 Comments

Color spaces of #d079fa

RGB 208121250
HSL0.780.930.73
HSV280°52°98°
CMYK 0.170.520.00   0.02
XYZ50.105133.986894.3618
Yxy33.98680.28080.1905
Hunter Lab58.298251.3922-55.1584
CIE-Lab64.952154.9785-51.1090

#d079fa color RGB value is (208,121,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01111001 11111010
Octal 320 171 372
Decimal 208 121 250
Hex D0 79 FA

RGB Percentages of Color #d079fa

%35.92
%20.90
%43.18

CMYK Percentages of Color #d079fa

%17
%52
%0
%2

Triadic Colors of #d079fa

#d079fa #fad079 #79fad0

Analogous Colors of #d079fa

#d079fa #fa79e4 #9079fa

Monochromatic Colors of #d079fa

#d079fa

Complementary Color

#d079fa #a3fa79

#d079fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d079fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d079fa Color CSS Codes

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

#d079fa Text Font Color

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

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


#d079fa Background Color

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

This div background color is #d079fa


#d079fa Border Color

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

This div border color is #d079fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d079fa


Comments

No comments written yet.

Please login to write comment.