Color Hex Logo

#f57cca Color Hex

#F57CCA
(245,124,202)
0 Favorites   0 Comments

Color spaces of #f57cca

RGB 245124202
HSL0.890.860.72
HSV321°49°96°
CMYK 0.000.490.18   0.04
XYZ55.524538.092060.3032
Yxy38.09200.36070.2475
Hunter Lab61.718752.5776-14.7271
CIE-Lab68.088455.5269-19.2643

#f57cca color RGB value is (245,124,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01111100 11001010
Octal 365 174 312
Decimal 245 124 202
Hex F5 7C CA

RGB Percentages of Color #f57cca

%42.91
%21.72
%35.38

CMYK Percentages of Color #f57cca

%0
%49
%18
%4

Triadic Colors of #f57cca

#f57cca #caf57c #7ccaf5

Analogous Colors of #f57cca

#f57cca #f57c8e #e47cf5

Monochromatic Colors of #f57cca

#f57cca

Complementary Color

#f57cca #7cf5a7

#f57cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f57cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f57cca Color CSS Codes

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

#f57cca Text Font Color

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

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


#f57cca Background Color

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

This div background color is #f57cca


#f57cca Border Color

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

This div border color is #f57cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f57cca


Comments

No comments written yet.

Please login to write comment.