Color Hex Logo

#f57ccd Color Hex

#F57CCD
(245,124,205)
0 Favorites   0 Comments

Color spaces of #f57ccd

RGB 245124205
HSL0.890.860.72
HSV320°49°96°
CMYK 0.000.490.16   0.04
XYZ55.883338.235662.1924
Yxy38.23560.35750.2446
Hunter Lab61.834953.1081-16.3483
CIE-Lab68.193955.9704-20.7799

#f57ccd color RGB value is (245,124,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01111100 11001101
Octal 365 174 315
Decimal 245 124 205
Hex F5 7C CD

RGB Percentages of Color #f57ccd

%42.68
%21.60
%35.71

CMYK Percentages of Color #f57ccd

%0
%49
%16
%4

Triadic Colors of #f57ccd

#f57ccd #cdf57c #7ccdf5

Analogous Colors of #f57ccd

#f57ccd #f57c91 #e17cf5

Monochromatic Colors of #f57ccd

#f57ccd

Complementary Color

#f57ccd #7cf5a4

#f57ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f57ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f57ccd Color CSS Codes

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

#f57ccd Text Font Color

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

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


#f57ccd Background Color

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

This div background color is #f57ccd


#f57ccd Border Color

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

This div border color is #f57ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f57ccd


Comments

No comments written yet.

Please login to write comment.