Color Hex Logo

#ff756c Color Hex

#FF756C
(255,117,108)
0 Favorites   0 Comments

Color spaces of #ff756c

RGB 255117108
HSL0.011.000.71
HSV58°100°
CMYK 0.000.540.58   0.00
XYZ50.308135.065318.3041
Yxy35.06530.48520.3382
Hunter Lab59.216048.020323.1242
CIE-Lab65.799551.870730.6530

#ff756c color RGB value is (255,117,108).

#ff756c hex color red value is 255, green value is 117 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ff756c hue: 0.01 , saturation: 1.00 and the lightness value of ff756c is 0.71.

The process color (four color CMYK) of #ff756c color hex is 0.00, 0.54, 0.58, 0.00. Web safe color of #ff756c is #ff6666. Color #ff756c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110101 01101100
Octal 377 165 154
Decimal 255 117 108
Hex FF 75 6C

RGB Percentages of Color #ff756c

%53.13
%24.38
%22.50

CMYK Percentages of Color #ff756c

%0
%54
%58
%0

Triadic Colors of #ff756c

#ff756c #6cff75 #756cff

Analogous Colors of #ff756c

#ff756c #ffbf6c #ff6cad

Monochromatic Colors of #ff756c

#ff756c

Complementary Color

#ff756c #6cf6ff

#ff756c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff756c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff756c Color CSS Codes

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

#ff756c Text Font Color

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

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


#ff756c Background Color

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

This div background color is #ff756c


#ff756c Border Color

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

This div border color is #ff756c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff756c

Related Colors


Comments

No comments written yet.

Please login to write comment.