Color Hex Logo

#f60aef Color Hex

#F60AEF
(246,10,239)
0 Favorites   0 Comments

Color spaces of #f60aef

RGB 24610239
HSL0.840.930.50
HSV302°96°96°
CMYK 0.000.960.03   0.04
XYZ53.694626.041983.8579
Yxy26.04190.32820.1592
Hunter Lab51.031398.5112-61.7073
CIE-Lab58.076894.0371-55.6076

#f60aef color RGB value is (246,10,239).

#f60aef hex color red value is 246, green value is 10 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f60aef hue: 0.84 , saturation: 0.93 and the lightness value of f60aef is 0.50.

The process color (four color CMYK) of #f60aef color hex is 0.00, 0.96, 0.03, 0.04. Web safe color of #f60aef is #ff00ff. Color #f60aef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00001010 11101111
Octal 366 12 357
Decimal 246 10 239
Hex F6 A EF

RGB Percentages of Color #f60aef

%49.70
%2.02
%48.28

CMYK Percentages of Color #f60aef

%0
%96
%3
%4

Triadic Colors of #f60aef

#f60aef #eff60a #0aeff6

Analogous Colors of #f60aef

#f60aef #f60a79 #870af6

Monochromatic Colors of #f60aef

#f60aef

Complementary Color

#f60aef #0af611

#f60aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f60aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f60aef Color CSS Codes

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

#f60aef Text Font Color

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

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


#f60aef Background Color

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

This div background color is #f60aef


#f60aef Border Color

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

This div border color is #f60aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f60aef


Comments

No comments written yet.

Please login to write comment.