Color Hex Logo

#f079dd Color Hex

#F079DD
(240,121,221)
0 Favorites   0 Comments

Color spaces of #f079dd

RGB 240121221
HSL0.860.800.71
HSV310°50°94°
CMYK 0.000.500.08   0.06
XYZ55.823737.420572.6873
Yxy37.42050.33640.2255
Hunter Lab61.172355.8413-27.6301
CIE-Lab67.591358.4187-30.6722

#f079dd color RGB value is (240,121,221).

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

The process color (four color CMYK) of #f079dd color hex is 0.00, 0.50, 0.08, 0.06. Web safe color of #f079dd is #ff66cc. Color #f079dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01111001 11011101
Octal 360 171 335
Decimal 240 121 221
Hex F0 79 DD

RGB Percentages of Color #f079dd

%41.24
%20.79
%37.97

CMYK Percentages of Color #f079dd

%0
%50
%8
%6

Triadic Colors of #f079dd

#f079dd #ddf079 #79ddf0

Analogous Colors of #f079dd

#f079dd #f079a2 #c879f0

Monochromatic Colors of #f079dd

#f079dd

Complementary Color

#f079dd #79f08c

#f079dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f079dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f079dd Color CSS Codes

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

#f079dd Text Font Color

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

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


#f079dd Background Color

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

This div background color is #f079dd


#f079dd Border Color

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

This div border color is #f079dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f079dd


Comments

No comments written yet.

Please login to write comment.