Color Hex Logo

#ff688c Color Hex

#FF688C
(255,104,140)
0 Favorites   0 Comments

Color spaces of #ff688c

RGB 255104140
HSL0.961.000.70
HSV346°59°100°
CMYK 0.000.590.45   0.00
XYZ50.923933.054128.5070
Yxy33.05410.45270.2939
Hunter Lab57.492757.493410.8467
CIE-Lab64.204760.388310.3378

#ff688c color RGB value is (255,104,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01101000 10001100
Octal 377 150 214
Decimal 255 104 140
Hex FF 68 8C

RGB Percentages of Color #ff688c

%51.10
%20.84
%28.06

CMYK Percentages of Color #ff688c

%0
%59
%45
%0

Triadic Colors of #ff688c

#ff688c #8cff68 #688cff

Analogous Colors of #ff688c

#ff688c #ff9068 #ff68d8

Monochromatic Colors of #ff688c

#ff688c

Complementary Color

#ff688c #68ffdb

#ff688c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff688c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff688c Color CSS Codes

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

#ff688c Text Font Color

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

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


#ff688c Background Color

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

This div background color is #ff688c


#ff688c Border Color

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

This div border color is #ff688c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff688c


Comments

No comments written yet.

Please login to write comment.