Color Hex Logo

#f72eda Color Hex

#F72EDA
(247,46,218)
0 Favorites   0 Comments

Color spaces of #f72eda

RGB 24746218
HSL0.860.930.57
HSV309°81°97°
CMYK 0.000.810.12   0.03
XYZ51.989726.790168.7605
Yxy26.79010.35240.1816
Hunter Lab51.759288.7166-42.5336
CIE-Lab58.779586.5862-42.6588

#f72eda color RGB value is (247,46,218).

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

The process color (four color CMYK) of #f72eda color hex is 0.00, 0.81, 0.12, 0.03. Web safe color of #f72eda is #ff33cc. Color #f72eda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00101110 11011010
Octal 367 56 332
Decimal 247 46 218
Hex F7 2E DA

RGB Percentages of Color #f72eda

%48.34
%9.00
%42.66

CMYK Percentages of Color #f72eda

%0
%81
%12
%3

Triadic Colors of #f72eda

#f72eda #daf72e #2edaf7

Analogous Colors of #f72eda

#f72eda #f72e76 #b02ef7

Monochromatic Colors of #f72eda

#f72eda

Complementary Color

#f72eda #2ef74b

#f72eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f72eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f72eda Color CSS Codes

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

#f72eda Text Font Color

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

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


#f72eda Background Color

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

This div background color is #f72eda


#f72eda Border Color

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

This div border color is #f72eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f72eda


Comments

No comments written yet.

Please login to write comment.