Color Hex Logo

#f53ec8 Color Hex

#F53EC8
(245,62,200)
0 Favorites   0 Comments

Color spaces of #f53ec8

RGB 24562200
HSL0.870.900.60
HSV315°75°96°
CMYK 0.000.750.18   0.04
XYZ49.804127.027957.2355
Yxy27.02790.37150.2016
Hunter Lab51.988480.0208-28.8822
CIE-Lab59.000179.8230-32.0999

#f53ec8 color RGB value is (245,62,200).

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

The process color (four color CMYK) of #f53ec8 color hex is 0.00, 0.75, 0.18, 0.04. Web safe color of #f53ec8 is #ff33cc. Color #f53ec8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00111110 11001000
Octal 365 76 310
Decimal 245 62 200
Hex F5 3E C8

RGB Percentages of Color #f53ec8

%48.32
%12.23
%39.45

CMYK Percentages of Color #f53ec8

%0
%75
%18
%4

Triadic Colors of #f53ec8

#f53ec8 #c8f53e #3ec8f5

Analogous Colors of #f53ec8

#f53ec8 #f53e6d #c73ef5

Monochromatic Colors of #f53ec8

#f53ec8

Complementary Color

#f53ec8 #3ef56b

#f53ec8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f53ec8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f53ec8 Color CSS Codes

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

#f53ec8 Text Font Color

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

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


#f53ec8 Background Color

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

This div background color is #f53ec8


#f53ec8 Border Color

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

This div border color is #f53ec8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f53ec8

Related Colors


Comments

No comments written yet.

Please login to write comment.