Color Hex Logo

#f391ad Color Hex

#F391AD
(243,145,173)
0 Favorites   0 Comments

Color spaces of #f391ad

RGB 243145173
HSL0.950.800.76
HSV343°40°95°
CMYK 0.000.400.29   0.05
XYZ54.630442.322644.8249
Yxy42.32260.38530.2985
Hunter Lab65.055836.04714.6870
CIE-Lab71.092840.32121.3782

#f391ad color RGB value is (243,145,173).

#f391ad hex color red value is 243, green value is 145 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f391ad hue: 0.95 , saturation: 0.80 and the lightness value of f391ad is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10010001 10101101
Octal 363 221 255
Decimal 243 145 173
Hex F3 91 AD

RGB Percentages of Color #f391ad

%43.32
%25.85
%30.84

CMYK Percentages of Color #f391ad

%0
%40
%29
%5

Triadic Colors of #f391ad

#f391ad #adf391 #91adf3

Analogous Colors of #f391ad

#f391ad #f3a691 #f391de

Monochromatic Colors of #f391ad

#f391ad

Complementary Color

#f391ad #91f3d7

#f391ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f391ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f391ad Color CSS Codes

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

#f391ad Text Font Color

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

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


#f391ad Background Color

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

This div background color is #f391ad


#f391ad Border Color

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

This div border color is #f391ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f391ad


Comments

No comments written yet.

Please login to write comment.