Color Hex Logo

#f600b0 Color Hex

#F600B0
(246,0,176)
0 Favorites   0 Comments

Color spaces of #f600b0

RGB 2460176
HSL0.881.000.48
HSV317°100°96°
CMYK 0.001.000.28   0.04
XYZ45.842522.727443.0450
Yxy22.72740.41070.2036
Hunter Lab47.673388.2170-20.1627
CIE-Lab54.790486.9837-24.7334

#f600b0 color RGB value is (246,0,176).

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

The process color (four color CMYK) of #f600b0 color hex is 0.00, 1.00, 0.28, 0.04. Web safe color of #f600b0 is #ff0099. Color #f600b0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00000000 10110000
Octal 366 0 260
Decimal 246 0 176
Hex F6 0 B0

RGB Percentages of Color #f600b0

%58.29
%0.00
%41.71

CMYK Percentages of Color #f600b0

%0
%100
%28
%4

Triadic Colors of #f600b0

#f600b0 #b0f600 #00b0f6

Analogous Colors of #f600b0

#f600b0 #f60035 #c100f6

Monochromatic Colors of #f600b0

#f600b0

Complementary Color

#f600b0 #00f646

#f600b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f600b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f600b0 Color CSS Codes

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

#f600b0 Text Font Color

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

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


#f600b0 Background Color

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

This div background color is #f600b0


#f600b0 Border Color

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

This div border color is #f600b0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f600b0


Comments

No comments written yet.

Please login to write comment.