Color Hex Logo

#f19add Color Hex

#F19ADD
(241,154,221)
0 Favorites   0 Comments

Color spaces of #f19add

RGB 241154221
HSL0.870.760.77
HSV314°36°95°
CMYK 0.000.360.08   0.05
XYZ60.882447.032474.2759
Yxy47.03240.33420.2581
Hunter Lab68.580238.4490-16.2080
CIE-Lab74.210542.1721-20.5241

#f19add color RGB value is (241,154,221).

#f19add hex color red value is 241, green value is 154 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f19add hue: 0.87 , saturation: 0.76 and the lightness value of f19add is 0.77.

The process color (four color CMYK) of #f19add color hex is 0.00, 0.36, 0.08, 0.05. Web safe color of #f19add is #ff99cc. Color #f19add contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10011010 11011101
Octal 361 232 335
Decimal 241 154 221
Hex F1 9A DD

RGB Percentages of Color #f19add

%39.12
%25.00
%35.88

CMYK Percentages of Color #f19add

%0
%36
%8
%5

Triadic Colors of #f19add

#f19add #ddf19a #9addf1

Analogous Colors of #f19add

#f19add #f19ab2 #da9af1

Monochromatic Colors of #f19add

#f19add

Complementary Color

#f19add #9af1ae

#f19add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f19add Color Preview on White Background

Lorem ipsum dolor sit amet.

#f19add Color CSS Codes

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

#f19add Text Font Color

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

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


#f19add Background Color

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

This div background color is #f19add


#f19add Border Color

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

This div border color is #f19add


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,154,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f19add; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f19add;
  -webkit-box-shadow: 1px 1px 3px 2px #f19add;
  box-shadow:         1px 1px 3px 2px #f19add; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,154,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f19add


Comments

No comments written yet.

Please login to write comment.