Color Hex Logo

#f588ef Color Hex

#F588EF
(245,136,239)
0 Favorites   0 Comments

Color spaces of #f588ef

RGB 245136239
HSL0.840.840.75
HSV303°44°96°
CMYK 0.000.440.02   0.04
XYZ62.040343.252886.7401
Yxy43.25280.32310.2252
Hunter Lab65.766953.2936-32.1609
CIE-Lab71.726255.5955-34.1508

#f588ef color RGB value is (245,136,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10001000 11101111
Octal 365 210 357
Decimal 245 136 239
Hex F5 88 EF

RGB Percentages of Color #f588ef

%39.52
%21.94
%38.55

CMYK Percentages of Color #f588ef

%0
%44
%2
%4

Triadic Colors of #f588ef

#f588ef #eff588 #88eff5

Analogous Colors of #f588ef

#f588ef #f588b9 #c588f5

Monochromatic Colors of #f588ef

#f588ef

Complementary Color

#f588ef #88f58e

#f588ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f588ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f588ef Color CSS Codes

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

#f588ef Text Font Color

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

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


#f588ef Background Color

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

This div background color is #f588ef


#f588ef Border Color

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

This div border color is #f588ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f588ef

Related Colors


Comments

No comments written yet.

Please login to write comment.