Color Hex Logo

#ff747a Color Hex

#FF747A
(255,116,122)
0 Favorites   0 Comments

Color spaces of #ff747a

RGB 255116122
HSL0.991.000.73
HSV357°55°100°
CMYK 0.000.550.52   0.00
XYZ50.998235.155922.5102
Yxy35.15590.46930.3235
Hunter Lab59.292449.768518.9954
CIE-Lab65.869953.408322.8953

#ff747a color RGB value is (255,116,122).

#ff747a hex color red value is 255, green value is 116 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ff747a hue: 0.99 , saturation: 1.00 and the lightness value of ff747a is 0.73.

The process color (four color CMYK) of #ff747a color hex is 0.00, 0.55, 0.52, 0.00. Web safe color of #ff747a is #ff6666. Color #ff747a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110100 01111010
Octal 377 164 172
Decimal 255 116 122
Hex FF 74 7A

RGB Percentages of Color #ff747a

%51.72
%23.53
%24.75

CMYK Percentages of Color #ff747a

%0
%55
%52
%0

Triadic Colors of #ff747a

#ff747a #7aff74 #747aff

Analogous Colors of #ff747a

#ff747a #ffb474 #ff74c0

Monochromatic Colors of #ff747a

#ff747a

Complementary Color

#ff747a #74fff9

#ff747a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff747a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff747a Color CSS Codes

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

#ff747a Text Font Color

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

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


#ff747a Background Color

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

This div background color is #ff747a


#ff747a Border Color

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

This div border color is #ff747a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,116,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ff747a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ff747a;
  -webkit-box-shadow: 1px 1px 3px 2px #ff747a;
  box-shadow:         1px 1px 3px 2px #ff747a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,116,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff747a

Related Colors


Comments

No comments written yet.

Please login to write comment.