Color Hex Logo

#f57edb Color Hex

#F57EDB
(245,126,219)
0 Favorites   0 Comments

Color spaces of #f57edb

RGB 245126219
HSL0.870.860.73
HSV313°49°96°
CMYK 0.000.490.11   0.04
XYZ57.903239.448771.5803
Yxy39.44870.34280.2335
Hunter Lab62.808254.6457-23.6050
CIE-Lab69.075157.1594-27.2222

#f57edb color RGB value is (245,126,219).

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

The process color (four color CMYK) of #f57edb color hex is 0.00, 0.49, 0.11, 0.04. Web safe color of #f57edb is #ff66cc. Color #f57edb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01111110 11011011
Octal 365 176 333
Decimal 245 126 219
Hex F5 7E DB

RGB Percentages of Color #f57edb

%41.53
%21.36
%37.12

CMYK Percentages of Color #f57edb

%0
%49
%11
%4

Triadic Colors of #f57edb

#f57edb #dbf57e #7edbf5

Analogous Colors of #f57edb

#f57edb #f57ea0 #d47ef5

Monochromatic Colors of #f57edb

#f57edb

Complementary Color

#f57edb #7ef598

#f57edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f57edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f57edb Color CSS Codes

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

#f57edb Text Font Color

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

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


#f57edb Background Color

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

This div background color is #f57edb


#f57edb Border Color

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

This div border color is #f57edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f57edb


Comments

No comments written yet.

Please login to write comment.