Color Hex Logo

#f600ba Color Hex

#F600BA
(246,0,186)
0 Favorites   0 Comments

Color spaces of #f600ba

RGB 2460186
HSL0.871.000.48
HSV315°100°96°
CMYK 0.001.000.24   0.04
XYZ46.869023.138048.4502
Yxy23.13800.39570.1953
Hunter Lab48.102089.7461-26.0478
CIE-Lab55.214288.0623-29.9062

#f600ba color RGB value is (246,0,186).

#f600ba hex color red value is 246, green value is 0 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f600ba hue: 0.87 , saturation: 1.00 and the lightness value of f600ba is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00000000 10111010
Octal 366 0 272
Decimal 246 0 186
Hex F6 0 BA

RGB Percentages of Color #f600ba

%56.94
%0.00
%43.06

CMYK Percentages of Color #f600ba

%0
%100
%24
%4

Triadic Colors of #f600ba

#f600ba #baf600 #00baf6

Analogous Colors of #f600ba

#f600ba #f6003f #b700f6

Monochromatic Colors of #f600ba

#f600ba

Complementary Color

#f600ba #00f63c

#f600ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f600ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f600ba Color CSS Codes

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

#f600ba Text Font Color

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

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


#f600ba Background Color

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

This div background color is #f600ba


#f600ba Border Color

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

This div border color is #f600ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f600ba

#f600ba Color Palettes


Comments

No comments written yet.

Please login to write comment.