Color Hex Logo

#f60bdd Color Hex

#F60BDD
(246,11,221)
0 Favorites   0 Comments

Color spaces of #f60bdd

RGB 24611221
HSL0.850.930.50
HSV306°96°96°
CMYK 0.000.960.10   0.04
XYZ51.176925.052670.5449
Yxy25.05260.34870.1707
Hunter Lab50.052694.9176-48.5275
CIE-Lab57.126691.5686-46.9803

#f60bdd color RGB value is (246,11,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00001011 11011101
Octal 366 13 335
Decimal 246 11 221
Hex F6 B DD

RGB Percentages of Color #f60bdd

%51.46
%2.30
%46.23

CMYK Percentages of Color #f60bdd

%0
%96
%10
%4

Triadic Colors of #f60bdd

#f60bdd #ddf60b #0bddf6

Analogous Colors of #f60bdd

#f60bdd #f60b68 #9a0bf6

Monochromatic Colors of #f60bdd

#f60bdd

Complementary Color

#f60bdd #0bf624

#f60bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f60bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f60bdd Color CSS Codes

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

#f60bdd Text Font Color

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

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


#f60bdd Background Color

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

This div background color is #f60bdd


#f60bdd Border Color

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

This div border color is #f60bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f60bdd


Comments

No comments written yet.

Please login to write comment.