Color Hex Logo

#f060d2 Color Hex

#F060D2
(240,96,210)
0 Favorites   0 Comments

Color spaces of #f060d2

RGB 24096210
HSL0.870.830.66
HSV313°60°94°
CMYK 0.000.600.13   0.06
XYZ51.750931.544264.3338
Yxy31.54420.35050.2137
Hunter Lab56.164266.1863-28.5993
CIE-Lab62.964467.9211-31.6794

#f060d2 color RGB value is (240,96,210).

#f060d2 hex color red value is 240, green value is 96 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #f060d2 hue: 0.87 , saturation: 0.83 and the lightness value of f060d2 is 0.66.

The process color (four color CMYK) of #f060d2 color hex is 0.00, 0.60, 0.13, 0.06. Web safe color of #f060d2 is #ff66cc. Color #f060d2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01100000 11010010
Octal 360 140 322
Decimal 240 96 210
Hex F0 60 D2

RGB Percentages of Color #f060d2

%43.96
%17.58
%38.46

CMYK Percentages of Color #f060d2

%0
%60
%13
%6

Triadic Colors of #f060d2

#f060d2 #d2f060 #60d2f0

Analogous Colors of #f060d2

#f060d2 #f0608a #c660f0

Monochromatic Colors of #f060d2

#f060d2

Complementary Color

#f060d2 #60f07e

#f060d2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f060d2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f060d2 Color CSS Codes

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

#f060d2 Text Font Color

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

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


#f060d2 Background Color

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

This div background color is #f060d2


#f060d2 Border Color

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

This div border color is #f060d2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,96,210, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f060d2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f060d2;
  -webkit-box-shadow: 1px 1px 3px 2px #f060d2;
  box-shadow:         1px 1px 3px 2px #f060d2; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,96,210, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f060d2


Comments

No comments written yet.

Please login to write comment.