Color Hex Logo

#f05fde Color Hex

#F05FDE
(240,95,222)
0 Favorites   0 Comments

Color spaces of #f05fde

RGB 24095222
HSL0.850.830.66
HSV307°60°94°
CMYK 0.000.600.08   0.06
XYZ53.212231.983672.4761
Yxy31.98360.33750.2028
Hunter Lab56.554068.9826-36.3945
CIE-Lab63.329370.1553-37.8510

#f05fde color RGB value is (240,95,222).

#f05fde hex color red value is 240, green value is 95 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f05fde hue: 0.85 , saturation: 0.83 and the lightness value of f05fde is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01011111 11011110
Octal 360 137 336
Decimal 240 95 222
Hex F0 5F DE

RGB Percentages of Color #f05fde

%43.09
%17.06
%39.86

CMYK Percentages of Color #f05fde

%0
%60
%8
%6

Triadic Colors of #f05fde

#f05fde #def05f #5fdef0

Analogous Colors of #f05fde

#f05fde #f05f96 #ba5ff0

Monochromatic Colors of #f05fde

#f05fde

Complementary Color

#f05fde #5ff071

#f05fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f05fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f05fde Color CSS Codes

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

#f05fde Text Font Color

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

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


#f05fde Background Color

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

This div background color is #f05fde


#f05fde Border Color

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

This div border color is #f05fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f05fde


Comments

No comments written yet.

Please login to write comment.