Color Hex Logo

#f08abf Color Hex

#F08ABF
(240,138,191)
0 Favorites   0 Comments

Color spaces of #f08abf

RGB 240138191
HSL0.910.770.74
HSV329°43°94°
CMYK 0.000.430.20   0.06
XYZ54.427640.463854.2319
Yxy40.46380.36500.2713
Hunter Lab63.611241.4104-6.0201
CIE-Lab69.798645.3844-10.6075

#f08abf color RGB value is (240,138,191).

#f08abf hex color red value is 240, green value is 138 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f08abf hue: 0.91 , saturation: 0.77 and the lightness value of f08abf is 0.74.

The process color (four color CMYK) of #f08abf color hex is 0.00, 0.43, 0.20, 0.06. Web safe color of #f08abf is #ff99cc. Color #f08abf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10001010 10111111
Octal 360 212 277
Decimal 240 138 191
Hex F0 8A BF

RGB Percentages of Color #f08abf

%42.18
%24.25
%33.57

CMYK Percentages of Color #f08abf

%0
%43
%20
%6

Triadic Colors of #f08abf

#f08abf #bff08a #8abff0

Analogous Colors of #f08abf

#f08abf #f08a8c #ee8af0

Monochromatic Colors of #f08abf

#f08abf

Complementary Color

#f08abf #8af0bb

#f08abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f08abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f08abf Color CSS Codes

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

#f08abf Text Font Color

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

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


#f08abf Background Color

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

This div background color is #f08abf


#f08abf Border Color

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

This div border color is #f08abf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,138,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f08abf


Comments

No comments written yet.

Please login to write comment.