Color Hex Logo

#f731ab Color Hex

#F731AB
(247,49,171)
0 Favorites   0 Comments

Color spaces of #f731ab

RGB 24749171
HSL0.900.930.58
HSV323°80°97°
CMYK 0.000.800.31   0.03
XYZ46.806824.911140.8694
Yxy24.91110.41570.2213
Hunter Lab49.911080.0539-13.6116
CIE-Lab56.988780.2387-18.4274

#f731ab color RGB value is (247,49,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00110001 10101011
Octal 367 61 253
Decimal 247 49 171
Hex F7 31 AB

RGB Percentages of Color #f731ab

%52.89
%10.49
%36.62

CMYK Percentages of Color #f731ab

%0
%80
%31
%3

Triadic Colors of #f731ab

#f731ab #abf731 #31abf7

Analogous Colors of #f731ab

#f731ab #f73148 #e031f7

Monochromatic Colors of #f731ab

#f731ab

Complementary Color

#f731ab #31f77d

#f731ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f731ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f731ab Color CSS Codes

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

#f731ab Text Font Color

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

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


#f731ab Background Color

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

This div background color is #f731ab


#f731ab Border Color

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

This div border color is #f731ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,49,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f731ab


Comments

No comments written yet.

Please login to write comment.