Color Hex Logo

#f284ad Color Hex

#F284AD
(242,132,173)
0 Favorites   0 Comments

Color spaces of #f284ad

RGB 242132173
HSL0.940.810.73
HSV338°45°95°
CMYK 0.000.450.29   0.05
XYZ52.412038.396944.1841
Yxy38.39690.38830.2844
Hunter Lab61.965242.54131.0991
CIE-Lab68.312146.6016-2.7037

#f284ad color RGB value is (242,132,173).

#f284ad hex color red value is 242, green value is 132 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f284ad hue: 0.94 , saturation: 0.81 and the lightness value of f284ad is 0.73.

The process color (four color CMYK) of #f284ad color hex is 0.00, 0.45, 0.29, 0.05. Web safe color of #f284ad is #ff9999. Color #f284ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10000100 10101101
Octal 362 204 255
Decimal 242 132 173
Hex F2 84 AD

RGB Percentages of Color #f284ad

%44.24
%24.13
%31.63

CMYK Percentages of Color #f284ad

%0
%45
%29
%5

Triadic Colors of #f284ad

#f284ad #adf284 #84adf2

Analogous Colors of #f284ad

#f284ad #f29284 #f284e4

Monochromatic Colors of #f284ad

#f284ad

Complementary Color

#f284ad #84f2c9

#f284ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f284ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f284ad Color CSS Codes

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

#f284ad Text Font Color

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

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


#f284ad Background Color

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

This div background color is #f284ad


#f284ad Border Color

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

This div border color is #f284ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f284ad


Comments

No comments written yet.

Please login to write comment.