Color Hex Logo

#f28abc Color Hex

#F28ABC
(242,138,188)
0 Favorites   0 Comments

Color spaces of #f28abc

RGB 242138188
HSL0.920.800.75
HSV331°43°95°
CMYK 0.000.430.22   0.05
XYZ54.783540.685052.5425
Yxy40.68500.37010.2749
Hunter Lab63.784841.6867-4.1906
CIE-Lab69.954745.6148-8.6748

#f28abc color RGB value is (242,138,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10001010 10111100
Octal 362 212 274
Decimal 242 138 188
Hex F2 8A BC

RGB Percentages of Color #f28abc

%42.61
%24.30
%33.10

CMYK Percentages of Color #f28abc

%0
%43
%22
%5

Triadic Colors of #f28abc

#f28abc #bcf28a #8abcf2

Analogous Colors of #f28abc

#f28abc #f28c8a #f28af0

Monochromatic Colors of #f28abc

#f28abc

Complementary Color

#f28abc #8af2c0

#f28abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f28abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f28abc Color CSS Codes

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

#f28abc Text Font Color

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

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


#f28abc Background Color

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

This div background color is #f28abc


#f28abc Border Color

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

This div border color is #f28abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f28abc


Comments

No comments written yet.

Please login to write comment.