Color Hex Logo

#f660ae Color Hex

#F660AE
(246,96,174)
0 Favorites   0 Comments

Color spaces of #f660ae

RGB 24696174
HSL0.910.890.67
HSV329°61°96°
CMYK 0.000.610.29   0.04
XYZ49.828931.014643.4045
Yxy31.01460.40100.2496
Hunter Lab55.690862.2528-7.2262
CIE-Lab62.520064.7183-11.8141

#f660ae color RGB value is (246,96,174).

#f660ae hex color red value is 246, green value is 96 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f660ae hue: 0.91 , saturation: 0.89 and the lightness value of f660ae is 0.67.

The process color (four color CMYK) of #f660ae color hex is 0.00, 0.61, 0.29, 0.04. Web safe color of #f660ae is #ff6699. Color #f660ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01100000 10101110
Octal 366 140 256
Decimal 246 96 174
Hex F6 60 AE

RGB Percentages of Color #f660ae

%47.67
%18.60
%33.72

CMYK Percentages of Color #f660ae

%0
%61
%29
%4

Triadic Colors of #f660ae

#f660ae #aef660 #60aef6

Analogous Colors of #f660ae

#f660ae #f66063 #f360f6

Monochromatic Colors of #f660ae

#f660ae

Complementary Color

#f660ae #60f6a8

#f660ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f660ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f660ae Color CSS Codes

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

#f660ae Text Font Color

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

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


#f660ae Background Color

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

This div background color is #f660ae


#f660ae Border Color

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

This div border color is #f660ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f660ae


Comments

No comments written yet.

Please login to write comment.