Color Hex Logo

#f57eca Color Hex

#F57ECA
(245,126,202)
0 Favorites   0 Comments

Color spaces of #f57eca

RGB 245126202
HSL0.890.860.73
HSV322°49°96°
CMYK 0.000.490.18   0.04
XYZ55.777738.598560.3876
Yxy38.59850.36040.2494
Hunter Lab62.127751.5323-14.1400
CIE-Lab68.459454.5618-18.7011

#f57eca color RGB value is (245,126,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01111110 11001010
Octal 365 176 312
Decimal 245 126 202
Hex F5 7E CA

RGB Percentages of Color #f57eca

%42.76
%21.99
%35.25

CMYK Percentages of Color #f57eca

%0
%49
%18
%4

Triadic Colors of #f57eca

#f57eca #caf57e #7ecaf5

Analogous Colors of #f57eca

#f57eca #f57e8f #e57ef5

Monochromatic Colors of #f57eca

#f57eca

Complementary Color

#f57eca #7ef5a9

#f57eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f57eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f57eca Color CSS Codes

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

#f57eca Text Font Color

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

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


#f57eca Background Color

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

This div background color is #f57eca


#f57eca Border Color

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

This div border color is #f57eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f57eca


Comments

No comments written yet.

Please login to write comment.