Color Hex Logo

#f486cb Color Hex

#F486CB
(244,134,203)
0 Favorites   0 Comments

Color spaces of #f486cb

RGB 244134203
HSL0.900.830.74
HSV322°45°96°
CMYK 0.000.450.17   0.04
XYZ56.612840.595161.3517
Yxy40.59510.35700.2560
Hunter Lab63.714347.1047-12.4915
CIE-Lab69.891350.4688-17.1022

#f486cb color RGB value is (244,134,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000110 11001011
Octal 364 206 313
Decimal 244 134 203
Hex F4 86 CB

RGB Percentages of Color #f486cb

%42.00
%23.06
%34.94

CMYK Percentages of Color #f486cb

%0
%45
%17
%4

Triadic Colors of #f486cb

#f486cb #cbf486 #86cbf4

Analogous Colors of #f486cb

#f486cb #f48694 #e686f4

Monochromatic Colors of #f486cb

#f486cb

Complementary Color

#f486cb #86f4af

#f486cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f486cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f486cb Color CSS Codes

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

#f486cb Text Font Color

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

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


#f486cb Background Color

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

This div background color is #f486cb


#f486cb Border Color

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

This div border color is #f486cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f486cb


Comments

No comments written yet.

Please login to write comment.