Color Hex Logo

#f6887d Color Hex

#F6887D
(246,136,125)
0 Favorites   0 Comments

Color spaces of #f6887d

RGB 246136125
HSL0.020.870.73
HSV49°96°
CMYK 0.000.450.49   0.04
XYZ50.511938.681824.2061
Yxy38.68180.44540.3411
Hunter Lab62.194736.129420.4607
CIE-Lab68.520140.689124.5665

#f6887d color RGB value is (246,136,125).

#f6887d hex color red value is 246, green value is 136 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #f6887d hue: 0.02 , saturation: 0.87 and the lightness value of f6887d is 0.73.

The process color (four color CMYK) of #f6887d color hex is 0.00, 0.45, 0.49, 0.04. Web safe color of #f6887d is #ff9966. Color #f6887d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10001000 01111101
Octal 366 210 175
Decimal 246 136 125
Hex F6 88 7D

RGB Percentages of Color #f6887d

%48.52
%26.82
%24.65

CMYK Percentages of Color #f6887d

%0
%45
%49
%4

Triadic Colors of #f6887d

#f6887d #7df688 #887df6

Analogous Colors of #f6887d

#f6887d #f6c57d #f67daf

Monochromatic Colors of #f6887d

#f6887d

Complementary Color

#f6887d #7debf6

#f6887d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6887d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6887d Color CSS Codes

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

#f6887d Text Font Color

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

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


#f6887d Background Color

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

This div background color is #f6887d


#f6887d Border Color

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

This div border color is #f6887d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,136,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6887d


Comments

No comments written yet.

Please login to write comment.