Color Hex Logo

#f487fe Color Hex

#F487FE
(244,135,254)
0 Favorites   0 Comments

Color spaces of #f487fe

RGB 244135254
HSL0.820.980.76
HSV295°47°100°
CMYK 0.040.470.00   0.00
XYZ63.861643.716898.8382
Yxy43.71680.30940.2118
Hunter Lab66.118756.6989-42.3472
CIE-Lab72.038858.4515-41.8593

#f487fe color RGB value is (244,135,254).

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

The process color (four color CMYK) of #f487fe color hex is 0.04, 0.47, 0.00, 0.00. Web safe color of #f487fe is #ff99ff. Color #f487fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000111 11111110
Octal 364 207 376
Decimal 244 135 254
Hex F4 87 FE

RGB Percentages of Color #f487fe

%38.55
%21.33
%40.13

CMYK Percentages of Color #f487fe

%4
%47
%0
%0

Triadic Colors of #f487fe

#f487fe #fef487 #87fef4

Analogous Colors of #f487fe

#f487fe #fe87cd #b987fe

Monochromatic Colors of #f487fe

#f487fe

Complementary Color

#f487fe #91fe87

#f487fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f487fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f487fe Color CSS Codes

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

#f487fe Text Font Color

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

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


#f487fe Background Color

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

This div background color is #f487fe


#f487fe Border Color

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

This div border color is #f487fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,135,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f487fe


Comments

No comments written yet.

Please login to write comment.