Color Hex Logo

#f86188 Color Hex

#F86188
(248,97,136)
0 Favorites   0 Comments

Color spaces of #f86188

RGB 24897136
HSL0.960.920.68
HSV345°61°97°
CMYK 0.000.610.45   0.03
XYZ47.430030.283426.6380
Yxy30.28340.45450.2902
Hunter Lab55.030457.54399.8213
CIE-Lab61.898060.82279.2203

#f86188 color RGB value is (248,97,136).

#f86188 hex color red value is 248, green value is 97 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #f86188 hue: 0.96 , saturation: 0.92 and the lightness value of f86188 is 0.68.

The process color (four color CMYK) of #f86188 color hex is 0.00, 0.61, 0.45, 0.03. Web safe color of #f86188 is #ff6699. Color #f86188 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01100001 10001000
Octal 370 141 210
Decimal 248 97 136
Hex F8 61 88

RGB Percentages of Color #f86188

%51.56
%20.17
%28.27

CMYK Percentages of Color #f86188

%0
%61
%45
%3

Triadic Colors of #f86188

#f86188 #88f861 #6188f8

Analogous Colors of #f86188

#f86188 #f88661 #f861d4

Monochromatic Colors of #f86188

#f86188

Complementary Color

#f86188 #61f8d1

#f86188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f86188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f86188 Color CSS Codes

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

#f86188 Text Font Color

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

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


#f86188 Background Color

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

This div background color is #f86188


#f86188 Border Color

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

This div border color is #f86188


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f86188


Comments

No comments written yet.

Please login to write comment.