Color Hex Logo

#f732ab Color Hex

#F732AB
(247,50,171)
0 Favorites   0 Comments

Color spaces of #f732ab

RGB 24750171
HSL0.900.920.58
HSV323°80°97°
CMYK 0.000.800.31   0.03
XYZ46.849124.995640.8835
Yxy24.99560.41560.2217
Hunter Lab49.995679.7737-13.4870
CIE-Lab57.071180.0023-18.3019

#f732ab color RGB value is (247,50,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00110010 10101011
Octal 367 62 253
Decimal 247 50 171
Hex F7 32 AB

RGB Percentages of Color #f732ab

%52.78
%10.68
%36.54

CMYK Percentages of Color #f732ab

%0
%80
%31
%3

Triadic Colors of #f732ab

#f732ab #abf732 #32abf7

Analogous Colors of #f732ab

#f732ab #f73249 #e132f7

Monochromatic Colors of #f732ab

#f732ab

Complementary Color

#f732ab #32f77e

#f732ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f732ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f732ab Color CSS Codes

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

#f732ab Text Font Color

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

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


#f732ab Background Color

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

This div background color is #f732ab


#f732ab Border Color

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

This div border color is #f732ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f732ab


Comments

No comments written yet.

Please login to write comment.