Color Hex Logo

#f72bae Color Hex

#F72BAE
(247,43,174)
0 Favorites   0 Comments

Color spaces of #f72bae

RGB 24743174
HSL0.890.930.57
HSV321°83°97°
CMYK 0.000.830.30   0.03
XYZ46.861624.557942.3147
Yxy24.55790.41200.2159
Hunter Lab49.555982.0722-15.9373
CIE-Lab56.642181.8867-20.7060

#f72bae color RGB value is (247,43,174).

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

The process color (four color CMYK) of #f72bae color hex is 0.00, 0.83, 0.30, 0.03. Web safe color of #f72bae is #ff3399. Color #f72bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00101011 10101110
Octal 367 53 256
Decimal 247 43 174
Hex F7 2B AE

RGB Percentages of Color #f72bae

%53.23
%9.27
%37.50

CMYK Percentages of Color #f72bae

%0
%83
%30
%3

Triadic Colors of #f72bae

#f72bae #aef72b #2baef7

Analogous Colors of #f72bae

#f72bae #f72b48 #da2bf7

Monochromatic Colors of #f72bae

#f72bae

Complementary Color

#f72bae #2bf774

#f72bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f72bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f72bae Color CSS Codes

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

#f72bae Text Font Color

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

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


#f72bae Background Color

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

This div background color is #f72bae


#f72bae Border Color

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

This div border color is #f72bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f72bae


Comments

No comments written yet.

Please login to write comment.