Color Hex Logo

#f685cc Color Hex

#F685CC
(246,133,204)
0 Favorites   0 Comments

Color spaces of #f685cc

RGB 246133204
HSL0.900.860.74
HSV322°46°96°
CMYK 0.000.460.17   0.04
XYZ57.292640.727561.9683
Yxy40.72750.35810.2546
Hunter Lab63.818148.5664-12.8988
CIE-Lab69.984651.7439-17.4929

#f685cc color RGB value is (246,133,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10000101 11001100
Octal 366 205 314
Decimal 246 133 204
Hex F6 85 CC

RGB Percentages of Color #f685cc

%42.20
%22.81
%34.99

CMYK Percentages of Color #f685cc

%0
%46
%17
%4

Triadic Colors of #f685cc

#f685cc #ccf685 #85ccf6

Analogous Colors of #f685cc

#f685cc #f68594 #e885f6

Monochromatic Colors of #f685cc

#f685cc

Complementary Color

#f685cc #85f6af

#f685cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f685cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f685cc Color CSS Codes

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

#f685cc Text Font Color

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

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


#f685cc Background Color

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

This div background color is #f685cc


#f685cc Border Color

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

This div border color is #f685cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f685cc


Comments

No comments written yet.

Please login to write comment.