Color Hex Logo

#ff697d Color Hex

#FF697D
(255,105,125)
0 Favorites   0 Comments

Color spaces of #ff697d

RGB 255105125
HSL0.981.000.71
HSV352°59°100°
CMYK 0.000.590.51   0.00
XYZ49.993232.843823.1066
Yxy32.84380.47190.3100
Hunter Lab57.309555.420516.2115
CIE-Lab64.034258.633918.6951

#ff697d color RGB value is (255,105,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01101001 01111101
Octal 377 151 175
Decimal 255 105 125
Hex FF 69 7D

RGB Percentages of Color #ff697d

%52.58
%21.65
%25.77

CMYK Percentages of Color #ff697d

%0
%59
%51
%0

Triadic Colors of #ff697d

#ff697d #7dff69 #697dff

Analogous Colors of #ff697d

#ff697d #ffa069 #ff69c8

Monochromatic Colors of #ff697d

#ff697d

Complementary Color

#ff697d #69ffeb

#ff697d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff697d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff697d Color CSS Codes

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

#ff697d Text Font Color

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

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


#ff697d Background Color

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

This div background color is #ff697d


#ff697d Border Color

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

This div border color is #ff697d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff697d


Comments

No comments written yet.

Please login to write comment.