Color Hex Logo

#f28abf Color Hex

#F28ABF
(242,138,191)
0 Favorites   0 Comments

Color spaces of #f28abf

RGB 242138191
HSL0.920.800.75
HSV329°43°95°
CMYK 0.000.430.21   0.05
XYZ55.110440.815854.2638
Yxy40.81580.36690.2718
Hunter Lab63.887242.1750-5.6380
CIE-Lab70.046746.0442-10.2109

#f28abf color RGB value is (242,138,191).

#f28abf hex color red value is 242, green value is 138 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f28abf hue: 0.92 , saturation: 0.80 and the lightness value of f28abf is 0.75.

The process color (four color CMYK) of #f28abf color hex is 0.00, 0.43, 0.21, 0.05. Web safe color of #f28abf is #ff99cc. Color #f28abf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10001010 10111111
Octal 362 212 277
Decimal 242 138 191
Hex F2 8A BF

RGB Percentages of Color #f28abf

%42.38
%24.17
%33.45

CMYK Percentages of Color #f28abf

%0
%43
%21
%5

Triadic Colors of #f28abf

#f28abf #bff28a #8abff2

Analogous Colors of #f28abf

#f28abf #f28a8b #f18af2

Monochromatic Colors of #f28abf

#f28abf

Complementary Color

#f28abf #8af2bd

#f28abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f28abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f28abf Color CSS Codes

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

#f28abf Text Font Color

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

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


#f28abf Background Color

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

This div background color is #f28abf


#f28abf Border Color

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

This div border color is #f28abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f28abf


Comments

No comments written yet.

Please login to write comment.