Color Hex Logo

#f53fde Color Hex

#F53FDE
(245,63,222)
0 Favorites   0 Comments

Color spaces of #f53fde

RGB 24563222
HSL0.850.900.60
HSV308°74°96°
CMYK 0.000.740.09   0.04
XYZ52.618528.241471.7851
Yxy28.24140.34470.1850
Hunter Lab53.142683.7399-42.8891
CIE-Lab60.106282.5098-42.8514

#f53fde color RGB value is (245,63,222).

#f53fde hex color red value is 245, green value is 63 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f53fde hue: 0.85 , saturation: 0.90 and the lightness value of f53fde is 0.60.

The process color (four color CMYK) of #f53fde color hex is 0.00, 0.74, 0.09, 0.04. Web safe color of #f53fde is #ff33cc. Color #f53fde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00111111 11011110
Octal 365 77 336
Decimal 245 63 222
Hex F5 3F DE

RGB Percentages of Color #f53fde

%46.23
%11.89
%41.89

CMYK Percentages of Color #f53fde

%0
%74
%9
%4

Triadic Colors of #f53fde

#f53fde #def53f #3fdef5

Analogous Colors of #f53fde

#f53fde #f53f83 #b13ff5

Monochromatic Colors of #f53fde

#f53fde

Complementary Color

#f53fde #3ff556

#f53fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f53fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f53fde Color CSS Codes

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

#f53fde Text Font Color

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

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


#f53fde Background Color

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

This div background color is #f53fde


#f53fde Border Color

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

This div border color is #f53fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f53fde


Comments

No comments written yet.

Please login to write comment.