Color Hex Logo

#f60bca Color Hex

#F60BCA
(246,11,202)
0 Favorites   0 Comments

Color spaces of #f60bca

RGB 24611202
HSL0.860.930.50
HSV311°96°96°
CMYK 0.000.960.18   0.04
XYZ48.786424.096457.9569
Yxy24.09640.37290.1842
Hunter Lab49.088191.4988-35.6404
CIE-Lab56.184289.1962-37.6303

#f60bca color RGB value is (246,11,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00001011 11001010
Octal 366 13 312
Decimal 246 11 202
Hex F6 B CA

RGB Percentages of Color #f60bca

%53.59
%2.40
%44.01

CMYK Percentages of Color #f60bca

%0
%96
%18
%4

Triadic Colors of #f60bca

#f60bca #caf60b #0bcaf6

Analogous Colors of #f60bca

#f60bca #f60b55 #ad0bf6

Monochromatic Colors of #f60bca

#f60bca

Complementary Color

#f60bca #0bf637

#f60bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f60bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f60bca Color CSS Codes

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

#f60bca Text Font Color

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

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


#f60bca Background Color

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

This div background color is #f60bca


#f60bca Border Color

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

This div border color is #f60bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f60bca


Comments

No comments written yet.

Please login to write comment.