Color Hex Logo

#f589ed Color Hex

#F589ED
(245,137,237)
0 Favorites   0 Comments

Color spaces of #f589ed

RGB 245137237
HSL0.850.840.75
HSV304°44°96°
CMYK 0.000.440.03   0.04
XYZ61.887943.418285.2395
Yxy43.41820.32480.2279
Hunter Lab65.892552.3399-30.5737
CIE-Lab71.837954.7586-32.8829

#f589ed color RGB value is (245,137,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10001001 11101101
Octal 365 211 355
Decimal 245 137 237
Hex F5 89 ED

RGB Percentages of Color #f589ed

%39.58
%22.13
%38.29

CMYK Percentages of Color #f589ed

%0
%44
%3
%4

Triadic Colors of #f589ed

#f589ed #edf589 #89edf5

Analogous Colors of #f589ed

#f589ed #f589b7 #c789f5

Monochromatic Colors of #f589ed

#f589ed

Complementary Color

#f589ed #89f591

#f589ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f589ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f589ed Color CSS Codes

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

#f589ed Text Font Color

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

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


#f589ed Background Color

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

This div background color is #f589ed


#f589ed Border Color

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

This div border color is #f589ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f589ed


Comments

No comments written yet.

Please login to write comment.