Color Hex Logo

#f88acb Color Hex

#F88ACB
(248,138,203)
0 Favorites   0 Comments

Color spaces of #f88acb

RGB 248138203
HSL0.900.890.76
HSV325°44°97°
CMYK 0.000.440.18   0.03
XYZ58.579442.445261.6052
Yxy42.44520.36020.2610
Hunter Lab65.150046.4852-10.4591
CIE-Lab71.176849.7438-15.1131

#f88acb color RGB value is (248,138,203).

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

The process color (four color CMYK) of #f88acb color hex is 0.00, 0.44, 0.18, 0.03. Web safe color of #f88acb is #ff99cc. Color #f88acb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10001010 11001011
Octal 370 212 313
Decimal 248 138 203
Hex F8 8A CB

RGB Percentages of Color #f88acb

%42.11
%23.43
%34.47

CMYK Percentages of Color #f88acb

%0
%44
%18
%3

Triadic Colors of #f88acb

#f88acb #cbf88a #8acbf8

Analogous Colors of #f88acb

#f88acb #f88a94 #ee8af8

Monochromatic Colors of #f88acb

#f88acb

Complementary Color

#f88acb #8af8b7

#f88acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f88acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f88acb Color CSS Codes

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

#f88acb Text Font Color

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

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


#f88acb Background Color

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

This div background color is #f88acb


#f88acb Border Color

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

This div border color is #f88acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f88acb


Comments

No comments written yet.

Please login to write comment.