Color Hex Logo

#f6878e Color Hex

#F6878E
(246,135,142)
0 Favorites   0 Comments

Color spaces of #f6878e

RGB 246135142
HSL0.990.860.75
HSV356°45°96°
CMYK 0.000.450.42   0.04
XYZ51.552538.873830.3775
Yxy38.87380.42670.3218
Hunter Lab62.348938.480414.7570
CIE-Lab68.659842.849615.2796

#f6878e color RGB value is (246,135,142).

#f6878e hex color red value is 246, green value is 135 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #f6878e hue: 0.99 , saturation: 0.86 and the lightness value of f6878e is 0.75.

The process color (four color CMYK) of #f6878e color hex is 0.00, 0.45, 0.42, 0.04. Web safe color of #f6878e is #ff9999. Color #f6878e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10000111 10001110
Octal 366 207 216
Decimal 246 135 142
Hex F6 87 8E

RGB Percentages of Color #f6878e

%47.04
%25.81
%27.15

CMYK Percentages of Color #f6878e

%0
%45
%42
%4

Triadic Colors of #f6878e

#f6878e #8ef687 #878ef6

Analogous Colors of #f6878e

#f6878e #f6b887 #f687c6

Monochromatic Colors of #f6878e

#f6878e

Complementary Color

#f6878e #87f6ef

#f6878e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6878e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6878e Color CSS Codes

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

#f6878e Text Font Color

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

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


#f6878e Background Color

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

This div background color is #f6878e


#f6878e Border Color

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

This div border color is #f6878e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6878e


Comments

No comments written yet.

Please login to write comment.