Color Hex Logo

#ff769e Color Hex

#FF769E
(255,118,158)
0 Favorites   0 Comments

Color spaces of #ff769e

RGB 255118158
HSL0.951.000.73
HSV342°54°100°
CMYK 0.000.540.38   0.00
XYZ53.890036.685536.5884
Yxy36.68550.42380.2885
Hunter Lab60.568652.82286.5819
CIE-Lab67.040455.90164.1273

#ff769e color RGB value is (255,118,158).

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

The process color (four color CMYK) of #ff769e color hex is 0.00, 0.54, 0.38, 0.00. Web safe color of #ff769e is #ff6699. Color #ff769e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110110 10011110
Octal 377 166 236
Decimal 255 118 158
Hex FF 76 9E

RGB Percentages of Color #ff769e

%48.02
%22.22
%29.76

CMYK Percentages of Color #ff769e

%0
%54
%38
%0

Triadic Colors of #ff769e

#ff769e #9eff76 #769eff

Analogous Colors of #ff769e

#ff769e #ff9376 #ff76e3

Monochromatic Colors of #ff769e

#ff769e

Complementary Color

#ff769e #76ffd7

#ff769e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff769e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff769e Color CSS Codes

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

#ff769e Text Font Color

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

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


#ff769e Background Color

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

This div background color is #ff769e


#ff769e Border Color

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

This div border color is #ff769e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff769e

Related Colors


Comments

No comments written yet.

Please login to write comment.