Color Hex Logo

#f8688e Color Hex

#F8688E
(248,104,142)
0 Favorites   0 Comments

Color spaces of #f8688e

RGB 248104142
HSL0.960.910.69
HSV344°58°97°
CMYK 0.000.580.43   0.03
XYZ48.544231.810129.1726
Yxy31.81010.44320.2904
Hunter Lab56.400454.93528.8131
CIE-Lab63.185658.35407.5927

#f8688e color RGB value is (248,104,142).

#f8688e hex color red value is 248, green value is 104 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #f8688e hue: 0.96 , saturation: 0.91 and the lightness value of f8688e is 0.69.

The process color (four color CMYK) of #f8688e color hex is 0.00, 0.58, 0.43, 0.03. Web safe color of #f8688e is #ff6699. Color #f8688e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01101000 10001110
Octal 370 150 216
Decimal 248 104 142
Hex F8 68 8E

RGB Percentages of Color #f8688e

%50.20
%21.05
%28.74

CMYK Percentages of Color #f8688e

%0
%58
%43
%3

Triadic Colors of #f8688e

#f8688e #8ef868 #688ef8

Analogous Colors of #f8688e

#f8688e #f88a68 #f868d6

Monochromatic Colors of #f8688e

#f8688e

Complementary Color

#f8688e #68f8d2

#f8688e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8688e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8688e Color CSS Codes

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

#f8688e Text Font Color

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

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


#f8688e Background Color

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

This div background color is #f8688e


#f8688e Border Color

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

This div border color is #f8688e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,104,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 #f8688e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8688e

Related Colors


Comments

No comments written yet.

Please login to write comment.