Color Hex Logo

#f686ea Color Hex

#F686EA
(246,134,234)
0 Favorites   0 Comments

Color spaces of #f686ea

RGB 246134234
HSL0.850.860.75
HSV306°46°96°
CMYK 0.000.460.05   0.04
XYZ61.382442.583582.8261
Yxy42.58350.32860.2280
Hunter Lab65.256053.7061-29.5745
CIE-Lab71.271456.0174-32.1034

#f686ea color RGB value is (246,134,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10000110 11101010
Octal 366 206 352
Decimal 246 134 234
Hex F6 86 EA

RGB Percentages of Color #f686ea

%40.07
%21.82
%38.11

CMYK Percentages of Color #f686ea

%0
%46
%5
%4

Triadic Colors of #f686ea

#f686ea #eaf686 #86eaf6

Analogous Colors of #f686ea

#f686ea #f686b2 #ca86f6

Monochromatic Colors of #f686ea

#f686ea

Complementary Color

#f686ea #86f692

#f686ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f686ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f686ea Color CSS Codes

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

#f686ea Text Font Color

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

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


#f686ea Background Color

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

This div background color is #f686ea


#f686ea Border Color

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

This div border color is #f686ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f686ea


Comments

No comments written yet.

Please login to write comment.