Color Hex Logo

#f486df Color Hex

#F486DF
(244,134,223)
0 Favorites   0 Comments

Color spaces of #f486df

RGB 244134223
HSL0.870.830.74
HSV311°45°96°
CMYK 0.000.450.09   0.04
XYZ59.152641.611074.7261
Yxy41.61100.33710.2371
Hunter Lab64.506650.7981-23.5285
CIE-Lab70.601953.6052-27.1008

#f486df color RGB value is (244,134,223).

#f486df hex color red value is 244, green value is 134 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f486df hue: 0.87 , saturation: 0.83 and the lightness value of f486df is 0.74.

The process color (four color CMYK) of #f486df color hex is 0.00, 0.45, 0.09, 0.04. Web safe color of #f486df is #ff99cc. Color #f486df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000110 11011111
Octal 364 206 337
Decimal 244 134 223
Hex F4 86 DF

RGB Percentages of Color #f486df

%40.60
%22.30
%37.10

CMYK Percentages of Color #f486df

%0
%45
%9
%4

Triadic Colors of #f486df

#f486df #dff486 #86dff4

Analogous Colors of #f486df

#f486df #f486a8 #d286f4

Monochromatic Colors of #f486df

#f486df

Complementary Color

#f486df #86f49b

#f486df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f486df Color Preview on White Background

Lorem ipsum dolor sit amet.

#f486df Color CSS Codes

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

#f486df Text Font Color

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

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


#f486df Background Color

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

This div background color is #f486df


#f486df Border Color

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

This div border color is #f486df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f486df


Comments

No comments written yet.

Please login to write comment.