Color Hex Logo

#f57cec Color Hex

#F57CEC
(245,124,236)
0 Favorites   0 Comments

Color spaces of #f57cec

RGB 245124236
HSL0.850.860.72
HSV304°49°96°
CMYK 0.000.490.04   0.04
XYZ60.004239.883983.8927
Yxy39.88390.32650.2170
Hunter Lab63.153759.0792-34.5526
CIE-Lab69.386860.8816-36.1330

#f57cec color RGB value is (245,124,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01111100 11101100
Octal 365 174 354
Decimal 245 124 236
Hex F5 7C EC

RGB Percentages of Color #f57cec

%40.50
%20.50
%39.01

CMYK Percentages of Color #f57cec

%0
%49
%4
%4

Triadic Colors of #f57cec

#f57cec #ecf57c #7cecf5

Analogous Colors of #f57cec

#f57cec #f57cb0 #c27cf5

Monochromatic Colors of #f57cec

#f57cec

Complementary Color

#f57cec #7cf585

#f57cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f57cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f57cec Color CSS Codes

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

#f57cec Text Font Color

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

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


#f57cec Background Color

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

This div background color is #f57cec


#f57cec Border Color

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

This div border color is #f57cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f57cec


Comments

No comments written yet.

Please login to write comment.