Color Hex Logo

#f586ed Color Hex

#F586ED
(245,134,237)
0 Favorites   0 Comments

Color spaces of #f586ed

RGB 245134237
HSL0.850.850.74
HSV304°45°96°
CMYK 0.000.450.03   0.04
XYZ61.467342.577185.0993
Yxy42.57710.32500.2251
Hunter Lab65.251153.9595-31.6491
CIE-Lab71.267056.2355-33.7661

#f586ed color RGB value is (245,134,237).

#f586ed hex color red value is 245, green value is 134 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f586ed hue: 0.85 , saturation: 0.85 and the lightness value of f586ed is 0.74.

The process color (four color CMYK) of #f586ed color hex is 0.00, 0.45, 0.03, 0.04. Web safe color of #f586ed is #ff99ff. Color #f586ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000110 11101101
Octal 365 206 355
Decimal 245 134 237
Hex F5 86 ED

RGB Percentages of Color #f586ed

%39.77
%21.75
%38.47

CMYK Percentages of Color #f586ed

%0
%45
%3
%4

Triadic Colors of #f586ed

#f586ed #edf586 #86edf5

Analogous Colors of #f586ed

#f586ed #f586b6 #c686f5

Monochromatic Colors of #f586ed

#f586ed

Complementary Color

#f586ed #86f58e

#f586ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f586ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f586ed Color CSS Codes

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

#f586ed Text Font Color

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

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


#f586ed Background Color

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

This div background color is #f586ed


#f586ed Border Color

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

This div border color is #f586ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f586ed


Comments

No comments written yet.

Please login to write comment.