Color Hex Logo

#f731af Color Hex

#F731AF
(247,49,175)
0 Favorites   0 Comments

Color spaces of #f731af

RGB 24749175
HSL0.890.930.58
HSV322°80°97°
CMYK 0.000.800.29   0.03
XYZ47.193925.065942.9082
Yxy25.06590.40980.2176
Hunter Lab50.065980.6454-15.7675
CIE-Lab57.139680.6739-20.5275

#f731af color RGB value is (247,49,175).

#f731af hex color red value is 247, green value is 49 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f731af hue: 0.89 , saturation: 0.93 and the lightness value of f731af is 0.58.

The process color (four color CMYK) of #f731af color hex is 0.00, 0.80, 0.29, 0.03. Web safe color of #f731af is #ff3399. Color #f731af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00110001 10101111
Octal 367 61 257
Decimal 247 49 175
Hex F7 31 AF

RGB Percentages of Color #f731af

%52.44
%10.40
%37.15

CMYK Percentages of Color #f731af

%0
%80
%29
%3

Triadic Colors of #f731af

#f731af #aff731 #31aff7

Analogous Colors of #f731af

#f731af #f7314c #dc31f7

Monochromatic Colors of #f731af

#f731af

Complementary Color

#f731af #31f779

#f731af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f731af Color Preview on White Background

Lorem ipsum dolor sit amet.

#f731af Color CSS Codes

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

#f731af Text Font Color

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

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


#f731af Background Color

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

This div background color is #f731af


#f731af Border Color

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

This div border color is #f731af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f731af


Comments

No comments written yet.

Please login to write comment.