Color Hex Logo

#f00da2 Color Hex

#F00DA2
(240,13,162)
0 Favorites   0 Comments

Color spaces of #f00da2

RGB 24013162
HSL0.890.900.50
HSV321°95°94°
CMYK 0.000.950.33   0.06
XYZ42.600721.421736.0719
Yxy21.42170.42560.2140
Hunter Lab46.283683.3001-13.8102
CIE-Lab53.408083.4728-18.7195

#f00da2 color RGB value is (240,13,162).

#f00da2 hex color red value is 240, green value is 13 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #f00da2 hue: 0.89 , saturation: 0.90 and the lightness value of f00da2 is 0.50.

The process color (four color CMYK) of #f00da2 color hex is 0.00, 0.95, 0.33, 0.06. Web safe color of #f00da2 is #ff0099. Color #f00da2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00001101 10100010
Octal 360 15 242
Decimal 240 13 162
Hex F0 D A2

RGB Percentages of Color #f00da2

%57.83
%3.13
%39.04

CMYK Percentages of Color #f00da2

%0
%95
%33
%6

Triadic Colors of #f00da2

#f00da2 #a2f00d #0da2f0

Analogous Colors of #f00da2

#f00da2 #f00d31 #cd0df0

Monochromatic Colors of #f00da2

#f00da2

Complementary Color

#f00da2 #0df05b

#f00da2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f00da2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f00da2 Color CSS Codes

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

#f00da2 Text Font Color

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

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


#f00da2 Background Color

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

This div background color is #f00da2


#f00da2 Border Color

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

This div border color is #f00da2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f00da2


Comments

No comments written yet.

Please login to write comment.