Color Hex Logo

#f748ab Color Hex

#F748AB
(247,72,171)
0 Favorites   0 Comments

Color spaces of #f748ab

RGB 24772171
HSL0.910.920.63
HSV326°71°97°
CMYK 0.000.710.31   0.03
XYZ48.025827.349241.2758
Yxy27.34920.41170.2345
Hunter Lab52.296572.4044-10.1880
CIE-Lab59.296273.6911-14.9257

#f748ab color RGB value is (247,72,171).

#f748ab hex color red value is 247, green value is 72 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f748ab hue: 0.91 , saturation: 0.92 and the lightness value of f748ab is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01001000 10101011
Octal 367 110 253
Decimal 247 72 171
Hex F7 48 AB

RGB Percentages of Color #f748ab

%50.41
%14.69
%34.90

CMYK Percentages of Color #f748ab

%0
%71
%31
%3

Triadic Colors of #f748ab

#f748ab #abf748 #48abf7

Analogous Colors of #f748ab

#f748ab #f74854 #ec48f7

Monochromatic Colors of #f748ab

#f748ab

Complementary Color

#f748ab #48f794

#f748ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f748ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f748ab Color CSS Codes

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

#f748ab Text Font Color

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

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


#f748ab Background Color

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

This div background color is #f748ab


#f748ab Border Color

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

This div border color is #f748ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f748ab


Comments

No comments written yet.

Please login to write comment.