Color Hex Logo

#f075ad Color Hex

#F075AD
(240,117,173)
0 Favorites   0 Comments

Color spaces of #f075ad

RGB 240117173
HSL0.920.800.70
HSV333°51°94°
CMYK 0.000.510.28   0.06
XYZ49.839334.265043.5221
Yxy34.26500.39050.2685
Hunter Lab58.536349.5409-3.1071
CIE-Lab65.172453.3135-7.3738

#f075ad color RGB value is (240,117,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01110101 10101101
Octal 360 165 255
Decimal 240 117 173
Hex F0 75 AD

RGB Percentages of Color #f075ad

%45.28
%22.08
%32.64

CMYK Percentages of Color #f075ad

%0
%51
%28
%6

Triadic Colors of #f075ad

#f075ad #adf075 #75adf0

Analogous Colors of #f075ad

#f075ad #f07b75 #f075eb

Monochromatic Colors of #f075ad

#f075ad

Complementary Color

#f075ad #75f0b8

#f075ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f075ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f075ad Color CSS Codes

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

#f075ad Text Font Color

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

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


#f075ad Background Color

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

This div background color is #f075ad


#f075ad Border Color

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

This div border color is #f075ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f075ad


Comments

No comments written yet.

Please login to write comment.