Color Hex Logo

#f14aaa Color Hex

#F14AAA
(241,74,170)
0 Favorites   0 Comments

Color spaces of #f14aaa

RGB 24174170
HSL0.900.860.62
HSV326°69°95°
CMYK 0.000.690.29   0.05
XYZ45.980126.500640.7219
Yxy26.50060.40620.2341
Hunter Lab51.478769.3460-10.8658
CIE-Lab58.509271.3464-15.6321

#f14aaa color RGB value is (241,74,170).

#f14aaa hex color red value is 241, green value is 74 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f14aaa hue: 0.90 , saturation: 0.86 and the lightness value of f14aaa is 0.62.

The process color (four color CMYK) of #f14aaa color hex is 0.00, 0.69, 0.29, 0.05. Web safe color of #f14aaa is #ff3399. Color #f14aaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01001010 10101010
Octal 361 112 252
Decimal 241 74 170
Hex F1 4A AA

RGB Percentages of Color #f14aaa

%49.69
%15.26
%35.05

CMYK Percentages of Color #f14aaa

%0
%69
%29
%5

Triadic Colors of #f14aaa

#f14aaa #aaf14a #4aaaf1

Analogous Colors of #f14aaa

#f14aaa #f14a57 #e54af1

Monochromatic Colors of #f14aaa

#f14aaa

Complementary Color

#f14aaa #4af191

#f14aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f14aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f14aaa Color CSS Codes

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

#f14aaa Text Font Color

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

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


#f14aaa Background Color

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

This div background color is #f14aaa


#f14aaa Border Color

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

This div border color is #f14aaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,74,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f14aaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f14aaa;
  -webkit-box-shadow: 1px 1px 3px 2px #f14aaa;
  box-shadow:         1px 1px 3px 2px #f14aaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,74,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f14aaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f14aaa


Comments

No comments written yet.

Please login to write comment.