Color Hex Logo

#f772ea Color Hex

#F772EA
(247,114,234)
0 Favorites   0 Comments

Color spaces of #f772ea

RGB 247114234
HSL0.850.890.71
HSV306°54°97°
CMYK 0.000.540.05   0.03
XYZ59.226437.749382.0067
Yxy37.74930.33090.2109
Hunter Lab61.440564.5468-36.1281
CIE-Lab67.835465.7070-37.4233

#f772ea color RGB value is (247,114,234).

#f772ea hex color red value is 247, green value is 114 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f772ea hue: 0.85 , saturation: 0.89 and the lightness value of f772ea is 0.71.

The process color (four color CMYK) of #f772ea color hex is 0.00, 0.54, 0.05, 0.03. Web safe color of #f772ea is #ff66ff. Color #f772ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01110010 11101010
Octal 367 162 352
Decimal 247 114 234
Hex F7 72 EA

RGB Percentages of Color #f772ea

%41.51
%19.16
%39.33

CMYK Percentages of Color #f772ea

%0
%54
%5
%3

Triadic Colors of #f772ea

#f772ea #eaf772 #72eaf7

Analogous Colors of #f772ea

#f772ea #f772a8 #c272f7

Monochromatic Colors of #f772ea

#f772ea

Complementary Color

#f772ea #72f77f

#f772ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f772ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f772ea Color CSS Codes

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

#f772ea Text Font Color

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

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


#f772ea Background Color

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

This div background color is #f772ea


#f772ea Border Color

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

This div border color is #f772ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f772ea


Comments

No comments written yet.

Please login to write comment.