Color Hex Logo

#f68496 Color Hex

#F68496
(246,132,150)
0 Favorites   0 Comments

Color spaces of #f68496

RGB 246132150
HSL0.970.860.74
HSV351°46°96°
CMYK 0.000.460.39   0.04
XYZ51.762338.297433.5181
Yxy38.29740.41890.3099
Hunter Lab61.884941.004011.2068
CIE-Lab68.239245.214610.1978

#f68496 color RGB value is (246,132,150).

#f68496 hex color red value is 246, green value is 132 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #f68496 hue: 0.97 , saturation: 0.86 and the lightness value of f68496 is 0.74.

The process color (four color CMYK) of #f68496 color hex is 0.00, 0.46, 0.39, 0.04. Web safe color of #f68496 is #ff9999. Color #f68496 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10000100 10010110
Octal 366 204 226
Decimal 246 132 150
Hex F6 84 96

RGB Percentages of Color #f68496

%46.59
%25.00
%28.41

CMYK Percentages of Color #f68496

%0
%46
%39
%4

Triadic Colors of #f68496

#f68496 #96f684 #8496f6

Analogous Colors of #f68496

#f68496 #f6ab84 #f684cf

Monochromatic Colors of #f68496

#f68496

Complementary Color

#f68496 #84f6e4

#f68496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68496 Color CSS Codes

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

#f68496 Text Font Color

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

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


#f68496 Background Color

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

This div background color is #f68496


#f68496 Border Color

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

This div border color is #f68496


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68496


Comments

No comments written yet.

Please login to write comment.