Color Hex Logo

#f414ad Color Hex

#F414AD
(244,20,173)
0 Favorites   0 Comments

Color spaces of #f414ad

RGB 24420173
HSL0.890.910.52
HSV319°92°96°
CMYK 0.000.920.29   0.04
XYZ45.101222.750541.5494
Yxy22.75050.41230.2080
Hunter Lab47.697585.3132-18.2594
CIE-Lab54.814484.7553-22.9719

#f414ad color RGB value is (244,20,173).

#f414ad hex color red value is 244, green value is 20 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f414ad hue: 0.89 , saturation: 0.91 and the lightness value of f414ad is 0.52.

The process color (four color CMYK) of #f414ad color hex is 0.00, 0.92, 0.29, 0.04. Web safe color of #f414ad is #ff0099. Color #f414ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00010100 10101101
Octal 364 24 255
Decimal 244 20 173
Hex F4 14 AD

RGB Percentages of Color #f414ad

%55.84
%4.58
%39.59

CMYK Percentages of Color #f414ad

%0
%92
%29
%4

Triadic Colors of #f414ad

#f414ad #adf414 #14adf4

Analogous Colors of #f414ad

#f414ad #f4143d #cb14f4

Monochromatic Colors of #f414ad

#f414ad

Complementary Color

#f414ad #14f45b

#f414ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f414ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f414ad Color CSS Codes

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

#f414ad Text Font Color

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

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


#f414ad Background Color

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

This div background color is #f414ad


#f414ad Border Color

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

This div border color is #f414ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f414ad


Comments

No comments written yet.

Please login to write comment.