Color Hex Logo

#ff769f Color Hex

#FF769F
(255,118,159)
0 Favorites   0 Comments

Color spaces of #ff769f

RGB 255118159
HSL0.951.000.73
HSV342°54°100°
CMYK 0.000.540.38   0.00
XYZ53.976436.720137.0437
Yxy36.72010.42250.2875
Hunter Lab60.597152.95256.1733
CIE-Lab67.066556.01023.5980

#ff769f color RGB value is (255,118,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110110 10011111
Octal 377 166 237
Decimal 255 118 159
Hex FF 76 9F

RGB Percentages of Color #ff769f

%47.93
%22.18
%29.89

CMYK Percentages of Color #ff769f

%0
%54
%38
%0

Triadic Colors of #ff769f

#ff769f #9fff76 #769fff

Analogous Colors of #ff769f

#ff769f #ff9276 #ff76e4

Monochromatic Colors of #ff769f

#ff769f

Complementary Color

#ff769f #76ffd6

#ff769f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff769f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff769f Color CSS Codes

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

#ff769f Text Font Color

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

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


#ff769f Background Color

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

This div background color is #ff769f


#ff769f Border Color

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

This div border color is #ff769f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff769f

#ff769f Color Palettes


Comments

No comments written yet.

Please login to write comment.