Color Hex Logo

#f686c5 Color Hex

#F686C5
(246,134,197)
0 Favorites   0 Comments

Color spaces of #f686c5

RGB 246134197
HSL0.910.860.75
HSV326°46°96°
CMYK 0.000.460.20   0.04
XYZ56.609240.674257.6906
Yxy40.67420.36530.2625
Hunter Lab63.776346.8318-8.9889
CIE-Lab69.947150.2195-13.6526

#f686c5 color RGB value is (246,134,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10000110 11000101
Octal 366 206 305
Decimal 246 134 197
Hex F6 86 C5

RGB Percentages of Color #f686c5

%42.63
%23.22
%34.14

CMYK Percentages of Color #f686c5

%0
%46
%20
%4

Triadic Colors of #f686c5

#f686c5 #c5f686 #86c5f6

Analogous Colors of #f686c5

#f686c5 #f6868d #ef86f6

Monochromatic Colors of #f686c5

#f686c5

Complementary Color

#f686c5 #86f6b7

#f686c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f686c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f686c5 Color CSS Codes

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

#f686c5 Text Font Color

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

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


#f686c5 Background Color

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

This div background color is #f686c5


#f686c5 Border Color

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

This div border color is #f686c5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f686c5


Comments

No comments written yet.

Please login to write comment.