Color Hex Logo

#f86ecb Color Hex

#F86ECB
(248,110,203)
0 Favorites   0 Comments

Color spaces of #f86ecb

RGB 248110203
HSL0.890.910.70
HSV320°56°97°
CMYK 0.000.560.18   0.03
XYZ55.066835.420160.4343
Yxy35.42010.36490.2347
Hunter Lab59.514861.0085-18.5457
CIE-Lab66.074463.0559-22.8555

#f86ecb color RGB value is (248,110,203).

#f86ecb hex color red value is 248, green value is 110 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f86ecb hue: 0.89 , saturation: 0.91 and the lightness value of f86ecb is 0.70.

The process color (four color CMYK) of #f86ecb color hex is 0.00, 0.56, 0.18, 0.03. Web safe color of #f86ecb is #ff66cc. Color #f86ecb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01101110 11001011
Octal 370 156 313
Decimal 248 110 203
Hex F8 6E CB

RGB Percentages of Color #f86ecb

%44.21
%19.61
%36.19

CMYK Percentages of Color #f86ecb

%0
%56
%18
%3

Triadic Colors of #f86ecb

#f86ecb #cbf86e #6ecbf8

Analogous Colors of #f86ecb

#f86ecb #f86e86 #e06ef8

Monochromatic Colors of #f86ecb

#f86ecb

Complementary Color

#f86ecb #6ef89b

#f86ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f86ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f86ecb Color CSS Codes

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

#f86ecb Text Font Color

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

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


#f86ecb Background Color

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

This div background color is #f86ecb


#f86ecb Border Color

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

This div border color is #f86ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f86ecb


Comments

No comments written yet.

Please login to write comment.