Color Hex Logo

#f685af Color Hex

#F685AF
(246,133,175)
0 Favorites   0 Comments

Color spaces of #f685af

RGB 246133175
HSL0.940.860.74
HSV338°46°96°
CMYK 0.000.460.29   0.04
XYZ54.131439.463045.3215
Yxy39.46300.38970.2841
Hunter Lab62.819643.87851.1986
CIE-Lab69.085347.7043-2.6304

#f685af color RGB value is (246,133,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10000101 10101111
Octal 366 205 257
Decimal 246 133 175
Hex F6 85 AF

RGB Percentages of Color #f685af

%44.40
%24.01
%31.59

CMYK Percentages of Color #f685af

%0
%46
%29
%4

Triadic Colors of #f685af

#f685af #aff685 #85aff6

Analogous Colors of #f685af

#f685af #f69485 #f685e8

Monochromatic Colors of #f685af

#f685af

Complementary Color

#f685af #85f6cc

#f685af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f685af Color Preview on White Background

Lorem ipsum dolor sit amet.

#f685af Color CSS Codes

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

#f685af Text Font Color

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

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


#f685af Background Color

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

This div background color is #f685af


#f685af Border Color

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

This div border color is #f685af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f685af

Related Colors


Comments

No comments written yet.

Please login to write comment.