Color Hex Logo

#f60ada Color Hex

#F60ADA
(246,10,218)
0 Favorites   0 Comments

Color spaces of #f60ada

RGB 24610218
HSL0.850.930.50
HSV307°96°96°
CMYK 0.000.960.11   0.04
XYZ50.769524.871968.4546
Yxy24.87190.35230.1726
Hunter Lab49.871794.4377-46.4720
CIE-Lab56.950491.2460-45.5577

#f60ada color RGB value is (246,10,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00001010 11011010
Octal 366 12 332
Decimal 246 10 218
Hex F6 A DA

RGB Percentages of Color #f60ada

%51.90
%2.11
%45.99

CMYK Percentages of Color #f60ada

%0
%96
%11
%4

Triadic Colors of #f60ada

#f60ada #daf60a #0adaf6

Analogous Colors of #f60ada

#f60ada #f60a64 #9c0af6

Monochromatic Colors of #f60ada

#f60ada

Complementary Color

#f60ada #0af626

#f60ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f60ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#f60ada Color CSS Codes

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

#f60ada Text Font Color

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

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


#f60ada Background Color

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

This div background color is #f60ada


#f60ada Border Color

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

This div border color is #f60ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f60ada


Comments

No comments written yet.

Please login to write comment.