Color Hex Logo

#f013ad Color Hex

#F013AD
(240,19,173)
0 Favorites   0 Comments

Color spaces of #f013ad

RGB 24019173
HSL0.880.880.51
HSV318°92°94°
CMYK 0.000.920.28   0.06
XYZ43.710922.008141.4793
Yxy22.00810.40780.2053
Hunter Lab46.912884.2196-19.5840
CIE-Lab54.035684.0630-24.2331

#f013ad color RGB value is (240,19,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010011 10101101
Octal 360 23 255
Decimal 240 19 173
Hex F0 13 AD

RGB Percentages of Color #f013ad

%55.56
%4.40
%40.05

CMYK Percentages of Color #f013ad

%0
%92
%28
%6

Triadic Colors of #f013ad

#f013ad #adf013 #13adf0

Analogous Colors of #f013ad

#f013ad #f0133f #c513f0

Monochromatic Colors of #f013ad

#f013ad

Complementary Color

#f013ad #13f056

#f013ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f013ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f013ad Color CSS Codes

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

#f013ad Text Font Color

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

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


#f013ad Background Color

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

This div background color is #f013ad


#f013ad Border Color

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

This div border color is #f013ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f013ad


Comments

No comments written yet.

Please login to write comment.