Color Hex Logo

#f68584 Color Hex

#F68584
(246,133,132)
0 Favorites   0 Comments

Color spaces of #f68584

RGB 246133132
HSL0.000.860.74
HSV46°96°
CMYK 0.000.460.46   0.04
XYZ50.558438.033826.5063
Yxy38.03380.43930.3304
Hunter Lab61.671538.409317.6874
CIE-Lab68.045542.859120.0260

#f68584 color RGB value is (246,133,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10000101 10000100
Octal 366 205 204
Decimal 246 133 132
Hex F6 85 84

RGB Percentages of Color #f68584

%48.14
%26.03
%25.83

CMYK Percentages of Color #f68584

%0
%46
%46
%4

Triadic Colors of #f68584

#f68584 #84f685 #8584f6

Analogous Colors of #f68584

#f68584 #f6be84 #f684bc

Monochromatic Colors of #f68584

#f68584

Complementary Color

#f68584 #84f5f6

#f68584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68584 Color CSS Codes

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

#f68584 Text Font Color

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

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


#f68584 Background Color

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

This div background color is #f68584


#f68584 Border Color

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

This div border color is #f68584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68584


Comments

No comments written yet.

Please login to write comment.