Color Hex Logo

#f6a0eb Color Hex

#F6A0EB
(246,160,235)
0 Favorites   0 Comments

Color spaces of #f6a0eb

RGB 246160235
HSL0.850.830.80
HSV308°35°96°
CMYK 0.000.350.04   0.04
XYZ65.572250.732684.9336
Yxy50.73260.32580.2521
Hunter Lab71.226839.6821-20.8409
CIE-Lab76.516743.0257-24.5952

#f6a0eb color RGB value is (246,160,235).

#f6a0eb hex color red value is 246, green value is 160 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f6a0eb hue: 0.85 , saturation: 0.83 and the lightness value of f6a0eb is 0.80.

The process color (four color CMYK) of #f6a0eb color hex is 0.00, 0.35, 0.04, 0.04. Web safe color of #f6a0eb is #ff99ff. Color #f6a0eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10100000 11101011
Octal 366 240 353
Decimal 246 160 235
Hex F6 A0 EB

RGB Percentages of Color #f6a0eb

%38.38
%24.96
%36.66

CMYK Percentages of Color #f6a0eb

%0
%35
%4
%4

Triadic Colors of #f6a0eb

#f6a0eb #ebf6a0 #a0ebf6

Analogous Colors of #f6a0eb

#f6a0eb #f6a0c0 #d6a0f6

Monochromatic Colors of #f6a0eb

#f6a0eb

Complementary Color

#f6a0eb #a0f6ab

#f6a0eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6a0eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6a0eb Color CSS Codes

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

#f6a0eb Text Font Color

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

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


#f6a0eb Background Color

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

This div background color is #f6a0eb


#f6a0eb Border Color

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

This div border color is #f6a0eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6a0eb


Comments

No comments written yet.

Please login to write comment.