Color Hex Logo

#f86abd Color Hex

#F86ABD
(248,106,189)
0 Favorites   0 Comments

Color spaces of #f86abd

RGB 248106189
HSL0.900.910.69
HSV325°57°97°
CMYK 0.000.570.24   0.03
XYZ53.050733.938651.8988
Yxy33.93860.38200.2444
Hunter Lab58.256860.5988-12.0394
CIE-Lab64.913862.9084-16.7227

#f86abd color RGB value is (248,106,189).

#f86abd hex color red value is 248, green value is 106 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f86abd hue: 0.90 , saturation: 0.91 and the lightness value of f86abd is 0.69.

The process color (four color CMYK) of #f86abd color hex is 0.00, 0.57, 0.24, 0.03. Web safe color of #f86abd is #ff66cc. Color #f86abd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01101010 10111101
Octal 370 152 275
Decimal 248 106 189
Hex F8 6A BD

RGB Percentages of Color #f86abd

%45.67
%19.52
%34.81

CMYK Percentages of Color #f86abd

%0
%57
%24
%3

Triadic Colors of #f86abd

#f86abd #bdf86a #6abdf8

Analogous Colors of #f86abd

#f86abd #f86a76 #ec6af8

Monochromatic Colors of #f86abd

#f86abd

Complementary Color

#f86abd #6af8a5

#f86abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f86abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f86abd Color CSS Codes

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

#f86abd Text Font Color

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

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


#f86abd Background Color

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

This div background color is #f86abd


#f86abd Border Color

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

This div border color is #f86abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f86abd


Comments

No comments written yet.

Please login to write comment.