Color Hex Logo

#f72eae Color Hex

#F72EAE
(247,46,174)
0 Favorites   0 Comments

Color spaces of #f72eae

RGB 24746174
HSL0.890.930.57
HSV322°81°97°
CMYK 0.000.810.30   0.03
XYZ46.974724.784142.3524
Yxy24.78410.41170.2172
Hunter Lab49.783681.3072-15.5912
CIE-Lab56.864581.2458-20.3660

#f72eae color RGB value is (247,46,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00101110 10101110
Octal 367 56 256
Decimal 247 46 174
Hex F7 2E AE

RGB Percentages of Color #f72eae

%52.89
%9.85
%37.26

CMYK Percentages of Color #f72eae

%0
%81
%30
%3

Triadic Colors of #f72eae

#f72eae #aef72e #2eaef7

Analogous Colors of #f72eae

#f72eae #f72e4a #dc2ef7

Monochromatic Colors of #f72eae

#f72eae

Complementary Color

#f72eae #2ef777

#f72eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f72eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f72eae Color CSS Codes

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

#f72eae Text Font Color

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

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


#f72eae Background Color

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

This div background color is #f72eae


#f72eae Border Color

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

This div border color is #f72eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f72eae


Comments

No comments written yet.

Please login to write comment.