Color Hex Logo

#f488fc Color Hex

#F488FC
(244,136,252)
0 Favorites   0 Comments

Color spaces of #f488fc

RGB 244136252
HSL0.820.950.76
HSV296°46°99°
CMYK 0.030.460.00   0.01
XYZ63.683143.869797.2067
Yxy43.86970.31100.2142
Hunter Lab66.234255.7150-40.6513
CIE-Lab72.141357.6012-40.6111

#f488fc color RGB value is (244,136,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001000 11111100
Octal 364 210 374
Decimal 244 136 252
Hex F4 88 FC

RGB Percentages of Color #f488fc

%38.61
%21.52
%39.87

CMYK Percentages of Color #f488fc

%3
%46
%0
%1

Triadic Colors of #f488fc

#f488fc #fcf488 #88fcf4

Analogous Colors of #f488fc

#f488fc #fc88ca #ba88fc

Monochromatic Colors of #f488fc

#f488fc

Complementary Color

#f488fc #90fc88

#f488fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f488fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f488fc Color CSS Codes

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

#f488fc Text Font Color

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

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


#f488fc Background Color

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

This div background color is #f488fc


#f488fc Border Color

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

This div border color is #f488fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f488fc


Comments

No comments written yet.

Please login to write comment.