Color Hex Logo

#ff696d Color Hex

#FF696D
(255,105,109)
0 Favorites   0 Comments

Color spaces of #ff696d

RGB 255105109
HSL1.001.000.71
HSV358°59°100°
CMYK 0.000.590.57   0.00
XYZ49.051932.467318.1495
Yxy32.46730.49210.3258
Hunter Lab56.980153.948421.0008
CIE-Lab63.727257.407927.3918

#ff696d color RGB value is (255,105,109).

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

The process color (four color CMYK) of #ff696d color hex is 0.00, 0.59, 0.57, 0.00. Web safe color of #ff696d is #ff6666. Color #ff696d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01101001 01101101
Octal 377 151 155
Decimal 255 105 109
Hex FF 69 6D

RGB Percentages of Color #ff696d

%54.37
%22.39
%23.24

CMYK Percentages of Color #ff696d

%0
%59
%57
%0

Triadic Colors of #ff696d

#ff696d #6dff69 #696dff

Analogous Colors of #ff696d

#ff696d #ffb069 #ff69b8

Monochromatic Colors of #ff696d

#ff696d

Complementary Color

#ff696d #69fffb

#ff696d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff696d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff696d Color CSS Codes

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

#ff696d Text Font Color

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

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


#ff696d Background Color

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

This div background color is #ff696d


#ff696d Border Color

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

This div border color is #ff696d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff696d

#ff696d Color Palettes


Comments

No comments written yet.

Please login to write comment.