Color Hex Logo

#f574ed Color Hex

#F574ED
(245,116,237)
0 Favorites   0 Comments

Color spaces of #f574ed

RGB 245116237
HSL0.840.870.71
HSV304°53°96°
CMYK 0.000.530.03   0.04
XYZ59.187638.017784.3394
Yxy38.01770.32600.2094
Hunter Lab61.658563.4444-37.9387
CIE-Lab68.033764.7593-38.7908

#f574ed color RGB value is (245,116,237).

#f574ed hex color red value is 245, green value is 116 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f574ed hue: 0.84 , saturation: 0.87 and the lightness value of f574ed is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01110100 11101101
Octal 365 164 355
Decimal 245 116 237
Hex F5 74 ED

RGB Percentages of Color #f574ed

%40.97
%19.40
%39.63

CMYK Percentages of Color #f574ed

%0
%53
%3
%4

Triadic Colors of #f574ed

#f574ed #edf574 #74edf5

Analogous Colors of #f574ed

#f574ed #f574ad #bd74f5

Monochromatic Colors of #f574ed

#f574ed

Complementary Color

#f574ed #74f57c

#f574ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f574ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f574ed Color CSS Codes

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

#f574ed Text Font Color

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

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


#f574ed Background Color

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

This div background color is #f574ed


#f574ed Border Color

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

This div border color is #f574ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f574ed


Comments

No comments written yet.

Please login to write comment.