Color Hex Logo

#dd79fa Color Hex

#DD79FA
(221,121,250)
0 Favorites   0 Comments

Color spaces of #dd79fa

RGB 221121250
HSL0.800.930.73
HSV287°52°98°
CMYK 0.120.520.00   0.02
XYZ53.911535.949094.5399
Yxy35.94900.29240.1950
Hunter Lab59.957555.5748-51.5172
CIE-Lab66.480958.3681-48.5929

#dd79fa color RGB value is (221,121,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01111001 11111010
Octal 335 171 372
Decimal 221 121 250
Hex DD 79 FA

RGB Percentages of Color #dd79fa

%37.33
%20.44
%42.23

CMYK Percentages of Color #dd79fa

%12
%52
%0
%2

Triadic Colors of #dd79fa

#dd79fa #fadd79 #79fadd

Analogous Colors of #dd79fa

#dd79fa #fa79d7 #9d79fa

Monochromatic Colors of #dd79fa

#dd79fa

Complementary Color

#dd79fa #96fa79

#dd79fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd79fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd79fa Color CSS Codes

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

#dd79fa Text Font Color

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

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


#dd79fa Background Color

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

This div background color is #dd79fa


#dd79fa Border Color

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

This div border color is #dd79fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd79fa


Comments

No comments written yet.

Please login to write comment.