color codes Logo

#f7477e color codes

#F7477E
(247,71,126)
0 Favorites   0 Comments

Color spaces of #f7477e

RGB 24771126
HSL0.950.920.62
HSV341°71°97°
CMYK 0.000.710.49   0.03
XYZ44.376925.787022.3771
Yxy25.78700.47950.2787
Hunter Lab50.780967.12279.4199
CIE-Lab57.834369.63959.2745

#f7477e color RGB value is (247,71,126).

#f7477e hex color red value is 247, green value is 71 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #f7477e hue: 0.95 , saturation: 0.92 and the lightness value of f7477e is 0.62.

The process color (four color CMYK) of #f7477e color code is 0.00, 0.71, 0.49, 0.03. Web safe color of #f7477e is #ff3366. Color #f7477e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01000111 01111110
Octal 367 107 176
Decimal 247 71 126
Hex F7 47 7E

RGB Percentages of Color #f7477e

%55.63
%15.99
%28.38

CMYK Percentages of Color #f7477e

%0
%71
%49
%3

Triadic Colors of #f7477e

#f7477e #7ef747 #477ef7

Analogous Colors of #f7477e

#f7477e #f76847 #f747d6

Monochromatic Colors of #f7477e

#f7477e

Complementary Color

#f7477e #47f7c0

#f7477e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7477e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7477e Color CSS Codes

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

#f7477e Text Font Color

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

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


#f7477e Background Color

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

This div background color is #f7477e


#f7477e Border Color

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

This div border color is #f7477e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7477e


Comments

No comments written yet.

Please login to write comment.