Color Hex Logo

#f53edb Color Hex

#F53EDB
(245,62,219)
0 Favorites   0 Comments

Color spaces of #f53edb

RGB 24562219
HSL0.860.900.60
HSV309°75°96°
CMYK 0.000.750.11   0.04
XYZ52.165027.972269.6676
Yxy27.97220.34820.1867
Hunter Lab52.888883.5020-41.0775
CIE-Lab59.863682.3725-41.5410

#f53edb color RGB value is (245,62,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00111110 11011011
Octal 365 76 333
Decimal 245 62 219
Hex F5 3E DB

RGB Percentages of Color #f53edb

%46.58
%11.79
%41.63

CMYK Percentages of Color #f53edb

%0
%75
%11
%4

Triadic Colors of #f53edb

#f53edb #dbf53e #3edbf5

Analogous Colors of #f53edb

#f53edb #f53e80 #b43ef5

Monochromatic Colors of #f53edb

#f53edb

Complementary Color

#f53edb #3ef558

#f53edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f53edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f53edb Color CSS Codes

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

#f53edb Text Font Color

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

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


#f53edb Background Color

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

This div background color is #f53edb


#f53edb Border Color

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

This div border color is #f53edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f53edb


Comments

No comments written yet.

Please login to write comment.