Color Hex Logo

#f314aa Color Hex

#F314AA
(243,20,170)
0 Favorites   0 Comments

Color spaces of #f314aa

RGB 24320170
HSL0.890.900.52
HSV320°92°95°
CMYK 0.000.920.30   0.05
XYZ44.468022.457340.0212
Yxy22.45730.41580.2100
Hunter Lab47.389184.5660-16.8994
CIE-Lab54.508984.2385-21.6979

#f314aa color RGB value is (243,20,170).

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

The process color (four color CMYK) of #f314aa color hex is 0.00, 0.92, 0.30, 0.05. Web safe color of #f314aa is #ff0099. Color #f314aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00010100 10101010
Octal 363 24 252
Decimal 243 20 170
Hex F3 14 AA

RGB Percentages of Color #f314aa

%56.12
%4.62
%39.26

CMYK Percentages of Color #f314aa

%0
%92
%30
%5

Triadic Colors of #f314aa

#f314aa #aaf314 #14aaf3

Analogous Colors of #f314aa

#f314aa #f3143b #cd14f3

Monochromatic Colors of #f314aa

#f314aa

Complementary Color

#f314aa #14f35d

#f314aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f314aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f314aa Color CSS Codes

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

#f314aa Text Font Color

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

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


#f314aa Background Color

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

This div background color is #f314aa


#f314aa Border Color

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

This div border color is #f314aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f314aa


Comments

No comments written yet.

Please login to write comment.