Color Hex Logo

#f60abb Color Hex

#F60ABB
(246,10,187)
0 Favorites   0 Comments

Color spaces of #f60abb

RGB 24610187
HSL0.880.930.50
HSV315°96°96°
CMYK 0.000.960.24   0.04
XYZ47.084223.397849.0483
Yxy23.39780.39390.1957
Hunter Lab48.371389.1007-26.2600
CIE-Lab55.479787.5213-30.0741

#f60abb color RGB value is (246,10,187).

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

The process color (four color CMYK) of #f60abb color hex is 0.00, 0.96, 0.24, 0.04. Web safe color of #f60abb is #ff00cc. Color #f60abb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00001010 10111011
Octal 366 12 273
Decimal 246 10 187
Hex F6 A BB

RGB Percentages of Color #f60abb

%55.53
%2.26
%42.21

CMYK Percentages of Color #f60abb

%0
%96
%24
%4

Triadic Colors of #f60abb

#f60abb #bbf60a #0abbf6

Analogous Colors of #f60abb

#f60abb #f60a45 #bb0af6

Monochromatic Colors of #f60abb

#f60abb

Complementary Color

#f60abb #0af645

#f60abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f60abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f60abb Color CSS Codes

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

#f60abb Text Font Color

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

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


#f60abb Background Color

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

This div background color is #f60abb


#f60abb Border Color

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

This div border color is #f60abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f60abb


Comments

No comments written yet.

Please login to write comment.