Color Hex Logo

#f319af Color Hex

#F319AF
(243,25,175)
0 Favorites   0 Comments

Color spaces of #f319af

RGB 24325175
HSL0.890.900.53
HSV319°90°95°
CMYK 0.000.900.28   0.05
XYZ45.047622.845142.5927
Yxy22.84510.40770.2068
Hunter Lab47.796584.5899-19.3772
CIE-Lab54.912484.1782-24.0071

#f319af color RGB value is (243,25,175).

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

The process color (four color CMYK) of #f319af color hex is 0.00, 0.90, 0.28, 0.05. Web safe color of #f319af is #ff0099. Color #f319af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00011001 10101111
Octal 363 31 257
Decimal 243 25 175
Hex F3 19 AF

RGB Percentages of Color #f319af

%54.85
%5.64
%39.50

CMYK Percentages of Color #f319af

%0
%90
%28
%5

Triadic Colors of #f319af

#f319af #aff319 #19aff3

Analogous Colors of #f319af

#f319af #f31942 #ca19f3

Monochromatic Colors of #f319af

#f319af

Complementary Color

#f319af #19f35d

#f319af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f319af Color Preview on White Background

Lorem ipsum dolor sit amet.

#f319af Color CSS Codes

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

#f319af Text Font Color

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

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


#f319af Background Color

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

This div background color is #f319af


#f319af Border Color

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

This div border color is #f319af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,25,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f319af


Comments

No comments written yet.

Please login to write comment.