Color Hex Logo

#f57dea Color Hex

#F57DEA
(245,125,234)
0 Favorites   0 Comments

Color spaces of #f57dea

RGB 245125234
HSL0.850.860.73
HSV306°49°96°
CMYK 0.000.490.04   0.04
XYZ59.841140.020282.4126
Yxy40.02020.32830.2196
Hunter Lab63.261558.1412-32.9557
CIE-Lab69.483960.0739-34.8809

#f57dea color RGB value is (245,125,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01111101 11101010
Octal 365 175 352
Decimal 245 125 234
Hex F5 7D EA

RGB Percentages of Color #f57dea

%40.56
%20.70
%38.74

CMYK Percentages of Color #f57dea

%0
%49
%4
%4

Triadic Colors of #f57dea

#f57dea #eaf57d #7deaf5

Analogous Colors of #f57dea

#f57dea #f57dae #c47df5

Monochromatic Colors of #f57dea

#f57dea

Complementary Color

#f57dea #7df588

#f57dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f57dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f57dea Color CSS Codes

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

#f57dea Text Font Color

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

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


#f57dea Background Color

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

This div background color is #f57dea


#f57dea Border Color

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

This div border color is #f57dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f57dea


Comments

No comments written yet.

Please login to write comment.