Color Hex Logo

#f588fc Color Hex

#F588FC
(245,136,252)
0 Favorites   0 Comments

Color spaces of #f588fc

RGB 245136252
HSL0.820.950.76
HSV296°46°99°
CMYK 0.030.460.00   0.01
XYZ64.031044.049197.2230
Yxy44.04910.31190.2146
Hunter Lab66.369556.0640-40.3938
CIE-Lab72.261357.8793-40.4150

#f588fc color RGB value is (245,136,252).

#f588fc hex color red value is 245, green value is 136 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f588fc hue: 0.82 , saturation: 0.95 and the lightness value of f588fc is 0.76.

The process color (four color CMYK) of #f588fc color hex is 0.03, 0.46, 0.00, 0.01. Web safe color of #f588fc is #ff99ff. Color #f588fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10001000 11111100
Octal 365 210 374
Decimal 245 136 252
Hex F5 88 FC

RGB Percentages of Color #f588fc

%38.70
%21.48
%39.81

CMYK Percentages of Color #f588fc

%3
%46
%0
%1

Triadic Colors of #f588fc

#f588fc #fcf588 #88fcf5

Analogous Colors of #f588fc

#f588fc #fc88c9 #bb88fc

Monochromatic Colors of #f588fc

#f588fc

Complementary Color

#f588fc #8ffc88

#f588fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f588fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f588fc Color CSS Codes

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

#f588fc Text Font Color

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

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


#f588fc Background Color

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

This div background color is #f588fc


#f588fc Border Color

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

This div border color is #f588fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f588fc


Comments

No comments written yet.

Please login to write comment.