Color Hex Logo

#f777ea Color Hex

#F777EA
(247,119,234)
0 Favorites   0 Comments

Color spaces of #f777ea

RGB 247119234
HSL0.850.890.72
HSV306°52°97°
CMYK 0.000.520.05   0.03
XYZ59.805938.908382.1998
Yxy38.90830.33060.2151
Hunter Lab62.376561.9849-34.4688
CIE-Lab68.684863.4344-36.1016

#f777ea color RGB value is (247,119,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01110111 11101010
Octal 367 167 352
Decimal 247 119 234
Hex F7 77 EA

RGB Percentages of Color #f777ea

%41.17
%19.83
%39.00

CMYK Percentages of Color #f777ea

%0
%52
%5
%3

Triadic Colors of #f777ea

#f777ea #eaf777 #77eaf7

Analogous Colors of #f777ea

#f777ea #f777aa #c477f7

Monochromatic Colors of #f777ea

#f777ea

Complementary Color

#f777ea #77f784

#f777ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f777ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f777ea Color CSS Codes

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

#f777ea Text Font Color

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

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


#f777ea Background Color

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

This div background color is #f777ea


#f777ea Border Color

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

This div border color is #f777ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f777ea


Comments

No comments written yet.

Please login to write comment.