Color Hex Logo

#f53ead Color Hex

#F53EAD
(245,62,173)
0 Favorites   0 Comments

Color spaces of #f53ead

RGB 24562173
HSL0.900.900.60
HSV324°75°96°
CMYK 0.000.750.29   0.04
XYZ46.921625.874942.0565
Yxy25.87490.40850.2253
Hunter Lab50.867475.6359-13.4131
CIE-Lab57.918176.5552-18.2085

#f53ead color RGB value is (245,62,173).

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

The process color (four color CMYK) of #f53ead color hex is 0.00, 0.75, 0.29, 0.04. Web safe color of #f53ead is #ff3399. Color #f53ead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00111110 10101101
Octal 365 76 255
Decimal 245 62 173
Hex F5 3E AD

RGB Percentages of Color #f53ead

%51.04
%12.92
%36.04

CMYK Percentages of Color #f53ead

%0
%75
%29
%4

Triadic Colors of #f53ead

#f53ead #adf53e #3eadf5

Analogous Colors of #f53ead

#f53ead #f53e52 #e23ef5

Monochromatic Colors of #f53ead

#f53ead

Complementary Color

#f53ead #3ef586

#f53ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f53ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#f53ead Color CSS Codes

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

#f53ead Text Font Color

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

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


#f53ead Background Color

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

This div background color is #f53ead


#f53ead Border Color

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

This div border color is #f53ead


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,62,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f53ead


Comments

No comments written yet.

Please login to write comment.