Color Hex Logo

#ff698e Color Hex

#FF698E
(255,105,142)
0 Favorites   0 Comments

Color spaces of #ff698e

RGB 255105142
HSL0.961.000.71
HSV345°59°100°
CMYK 0.000.590.44   0.00
XYZ51.174133.316129.3247
Yxy33.31610.44960.2927
Hunter Lab57.720157.246310.2818
CIE-Lab64.416060.14139.4904

#ff698e color RGB value is (255,105,142).

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

The process color (four color CMYK) of #ff698e color hex is 0.00, 0.59, 0.44, 0.00. Web safe color of #ff698e is #ff6699. Color #ff698e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01101001 10001110
Octal 377 151 216
Decimal 255 105 142
Hex FF 69 8E

RGB Percentages of Color #ff698e

%50.80
%20.92
%28.29

CMYK Percentages of Color #ff698e

%0
%59
%44
%0

Triadic Colors of #ff698e

#ff698e #8eff69 #698eff

Analogous Colors of #ff698e

#ff698e #ff8f69 #ff69d9

Monochromatic Colors of #ff698e

#ff698e

Complementary Color

#ff698e #69ffda

#ff698e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff698e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff698e Color CSS Codes

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

#ff698e Text Font Color

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

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


#ff698e Background Color

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

This div background color is #ff698e


#ff698e Border Color

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

This div border color is #ff698e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff698e


Comments

No comments written yet.

Please login to write comment.