Color Hex Logo

#f57ecd Color Hex

#F57ECD
(245,126,205)
0 Favorites   0 Comments

Color spaces of #f57ecd

RGB 245126205
HSL0.890.860.73
HSV320°49°96°
CMYK 0.000.490.16   0.04
XYZ56.136538.742062.2768
Yxy38.74200.35720.2465
Hunter Lab62.243152.0623-15.7520
CIE-Lab68.564055.0069-20.2169

#f57ecd color RGB value is (245,126,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01111110 11001101
Octal 365 176 315
Decimal 245 126 205
Hex F5 7E CD

RGB Percentages of Color #f57ecd

%42.53
%21.88
%35.59

CMYK Percentages of Color #f57ecd

%0
%49
%16
%4

Triadic Colors of #f57ecd

#f57ecd #cdf57e #7ecdf5

Analogous Colors of #f57ecd

#f57ecd #f57e92 #e27ef5

Monochromatic Colors of #f57ecd

#f57ecd

Complementary Color

#f57ecd #7ef5a6

#f57ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f57ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f57ecd Color CSS Codes

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

#f57ecd Text Font Color

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

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


#f57ecd Background Color

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

This div background color is #f57ecd


#f57ecd Border Color

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

This div border color is #f57ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f57ecd


Comments

No comments written yet.

Please login to write comment.