Color Hex Logo

#f86393 Color Hex

#F86393
(248,99,147)
0 Favorites   0 Comments

Color spaces of #f86393

RGB 24899147
HSL0.950.910.68
HSV341°60°97°
CMYK 0.000.600.41   0.03
XYZ48.439730.986731.0317
Yxy30.98670.43850.2805
Hunter Lab55.665757.91385.9139
CIE-Lab62.496461.03783.7217

#f86393 color RGB value is (248,99,147).

#f86393 hex color red value is 248, green value is 99 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #f86393 hue: 0.95 , saturation: 0.91 and the lightness value of f86393 is 0.68.

The process color (four color CMYK) of #f86393 color hex is 0.00, 0.60, 0.41, 0.03. Web safe color of #f86393 is #ff6699. Color #f86393 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01100011 10010011
Octal 370 143 223
Decimal 248 99 147
Hex F8 63 93

RGB Percentages of Color #f86393

%50.20
%20.04
%29.76

CMYK Percentages of Color #f86393

%0
%60
%41
%3

Triadic Colors of #f86393

#f86393 #93f863 #6393f8

Analogous Colors of #f86393

#f86393 #f87e63 #f863de

Monochromatic Colors of #f86393

#f86393

Complementary Color

#f86393 #63f8c8

#f86393 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f86393 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f86393 Color CSS Codes

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

#f86393 Text Font Color

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

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


#f86393 Background Color

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

This div background color is #f86393


#f86393 Border Color

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

This div border color is #f86393


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,99,147, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f86393


Comments

No comments written yet.

Please login to write comment.