Color Hex Logo

#ff689d Color Hex

#FF689D
(255,104,157)
0 Favorites   0 Comments

Color spaces of #ff689d

RGB 255104157
HSL0.941.000.70
HSV339°59°100°
CMYK 0.000.590.38   0.00
XYZ52.276133.595035.6275
Yxy33.59500.43030.2765
Hunter Lab57.961259.55984.1285
CIE-Lab64.639862.07591.2164

#ff689d color RGB value is (255,104,157).

#ff689d hex color red value is 255, green value is 104 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ff689d hue: 0.94 , saturation: 1.00 and the lightness value of ff689d is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01101000 10011101
Octal 377 150 235
Decimal 255 104 157
Hex FF 68 9D

RGB Percentages of Color #ff689d

%49.42
%20.16
%30.43

CMYK Percentages of Color #ff689d

%0
%59
%38
%0

Triadic Colors of #ff689d

#ff689d #9dff68 #689dff

Analogous Colors of #ff689d

#ff689d #ff7f68 #ff68e9

Monochromatic Colors of #ff689d

#ff689d

Complementary Color

#ff689d #68ffca

#ff689d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff689d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff689d Color CSS Codes

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

#ff689d Text Font Color

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

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


#ff689d Background Color

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

This div background color is #ff689d


#ff689d Border Color

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

This div border color is #ff689d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff689d

Related Colors

#ff689d Color Palettes


Comments

No comments written yet.

Please login to write comment.