Color Hex Logo

#f074ad Color Hex

#F074AD
(240,116,173)
0 Favorites   0 Comments

Color spaces of #f074ad

RGB 240116173
HSL0.920.810.70
HSV332°52°94°
CMYK 0.000.520.28   0.06
XYZ49.723434.033243.4835
Yxy34.03320.39080.2675
Hunter Lab58.338050.0500-3.3565
CIE-Lab64.988953.7915-7.6465

#f074ad color RGB value is (240,116,173).

#f074ad hex color red value is 240, green value is 116 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f074ad hue: 0.92 , saturation: 0.81 and the lightness value of f074ad is 0.70.

The process color (four color CMYK) of #f074ad color hex is 0.00, 0.52, 0.28, 0.06. Web safe color of #f074ad is #ff6699. Color #f074ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01110100 10101101
Octal 360 164 255
Decimal 240 116 173
Hex F0 74 AD

RGB Percentages of Color #f074ad

%45.37
%21.93
%32.70

CMYK Percentages of Color #f074ad

%0
%52
%28
%6

Triadic Colors of #f074ad

#f074ad #adf074 #74adf0

Analogous Colors of #f074ad

#f074ad #f07974 #f074eb

Monochromatic Colors of #f074ad

#f074ad

Complementary Color

#f074ad #74f0b7

#f074ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f074ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f074ad Color CSS Codes

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

#f074ad Text Font Color

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

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


#f074ad Background Color

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

This div background color is #f074ad


#f074ad Border Color

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

This div border color is #f074ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f074ad


Comments

No comments written yet.

Please login to write comment.