Color Hex Logo

#f60bea Color Hex

#F60BEA
(246,11,234)
0 Favorites   0 Comments

Color spaces of #f60bea

RGB 24611234
HSL0.840.930.50
HSV303°96°96°
CMYK 0.000.960.05   0.04
XYZ52.977025.772780.0243
Yxy25.77270.33370.1623
Hunter Lab50.766897.4292-57.9227
CIE-Lab57.820793.2915-53.2119

#f60bea color RGB value is (246,11,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00001011 11101010
Octal 366 13 352
Decimal 246 11 234
Hex F6 B EA

RGB Percentages of Color #f60bea

%50.10
%2.24
%47.66

CMYK Percentages of Color #f60bea

%0
%96
%5
%4

Triadic Colors of #f60bea

#f60bea #eaf60b #0beaf6

Analogous Colors of #f60bea

#f60bea #f60b75 #8d0bf6

Monochromatic Colors of #f60bea

#f60bea

Complementary Color

#f60bea #0bf617

#f60bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f60bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f60bea Color CSS Codes

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

#f60bea Text Font Color

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

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


#f60bea Background Color

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

This div background color is #f60bea


#f60bea Border Color

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

This div border color is #f60bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f60bea


Comments

No comments written yet.

Please login to write comment.