Color Hex Logo

#f04aad Color Hex

#F04AAD
(240,74,173)
0 Favorites   0 Comments

Color spaces of #f04aad

RGB 24074173
HSL0.900.850.62
HSV324°69°94°
CMYK 0.000.690.28   0.06
XYZ45.926826.440042.2180
Yxy26.44000.40080.2307
Hunter Lab51.419869.4466-12.6859
CIE-Lab58.452471.4397-17.4736

#f04aad color RGB value is (240,74,173).

#f04aad hex color red value is 240, green value is 74 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f04aad hue: 0.90 , saturation: 0.85 and the lightness value of f04aad is 0.62.

The process color (four color CMYK) of #f04aad color hex is 0.00, 0.69, 0.28, 0.06. Web safe color of #f04aad is #ff3399. Color #f04aad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01001010 10101101
Octal 360 112 255
Decimal 240 74 173
Hex F0 4A AD

RGB Percentages of Color #f04aad

%49.28
%15.20
%35.52

CMYK Percentages of Color #f04aad

%0
%69
%28
%6

Triadic Colors of #f04aad

#f04aad #adf04a #4aadf0

Analogous Colors of #f04aad

#f04aad #f04a5a #e04af0

Monochromatic Colors of #f04aad

#f04aad

Complementary Color

#f04aad #4af08d

#f04aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04aad Color CSS Codes

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

#f04aad Text Font Color

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

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


#f04aad Background Color

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

This div background color is #f04aad


#f04aad Border Color

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

This div border color is #f04aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04aad


Comments

No comments written yet.

Please login to write comment.