Color Hex Logo

#f005ad Color Hex

#F005AD
(240,5,173)
0 Favorites   0 Comments

Color spaces of #f005ad

RGB 2405173
HSL0.880.960.48
HSV317°98°94°
CMYK 0.000.980.28   0.06
XYZ43.532321.650941.4198
Yxy21.65090.40840.2031
Hunter Lab46.530585.5698-20.2065
CIE-Lab53.654685.1788-24.8206

#f005ad color RGB value is (240,5,173).

#f005ad hex color red value is 240, green value is 5 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f005ad hue: 0.88 , saturation: 0.96 and the lightness value of f005ad is 0.48.

The process color (four color CMYK) of #f005ad color hex is 0.00, 0.98, 0.28, 0.06. Web safe color of #f005ad is #ff0099. Color #f005ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00000101 10101101
Octal 360 5 255
Decimal 240 5 173
Hex F0 5 AD

RGB Percentages of Color #f005ad

%57.42
%1.20
%41.39

CMYK Percentages of Color #f005ad

%0
%98
%28
%6

Triadic Colors of #f005ad

#f005ad #adf005 #05adf0

Analogous Colors of #f005ad

#f005ad #f00537 #be05f0

Monochromatic Colors of #f005ad

#f005ad

Complementary Color

#f005ad #05f048

#f005ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f005ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f005ad Color CSS Codes

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

#f005ad Text Font Color

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

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


#f005ad Background Color

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

This div background color is #f005ad


#f005ad Border Color

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

This div border color is #f005ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f005ad


Comments

No comments written yet.

Please login to write comment.