Color Hex Logo

#f094ad Color Hex

#F094AD
(240,148,173)
0 Favorites   0 Comments

Color spaces of #f094ad

RGB 240148173
HSL0.950.750.76
HSV344°38°94°
CMYK 0.000.380.28   0.06
XYZ54.067942.722244.9317
Yxy42.72220.38150.3015
Hunter Lab65.362233.27214.9961
CIE-Lab71.366037.71161.7312

#f094ad color RGB value is (240,148,173).

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

The process color (four color CMYK) of #f094ad color hex is 0.00, 0.38, 0.28, 0.06. Web safe color of #f094ad is #ff9999. Color #f094ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010100 10101101
Octal 360 224 255
Decimal 240 148 173
Hex F0 94 AD

RGB Percentages of Color #f094ad

%42.78
%26.38
%30.84

CMYK Percentages of Color #f094ad

%0
%38
%28
%6

Triadic Colors of #f094ad

#f094ad #adf094 #94adf0

Analogous Colors of #f094ad

#f094ad #f0a994 #f094db

Monochromatic Colors of #f094ad

#f094ad

Complementary Color

#f094ad #94f0d7

#f094ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f094ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f094ad Color CSS Codes

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

#f094ad Text Font Color

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

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


#f094ad Background Color

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

This div background color is #f094ad


#f094ad Border Color

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

This div border color is #f094ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f094ad


Comments

No comments written yet.

Please login to write comment.