Color Hex Logo

#f20ada Color Hex

#F20ADA
(242,10,218)
0 Favorites   0 Comments

Color spaces of #f20ada

RGB 24210218
HSL0.850.920.49
HSV306°96°95°
CMYK 0.000.960.10   0.05
XYZ49.381424.156368.3896
Yxy24.15630.34790.1702
Hunter Lab49.149193.3330-48.0961
CIE-Lab56.243990.5595-46.7215

#f20ada color RGB value is (242,10,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 00001010 11011010
Octal 362 12 332
Decimal 242 10 218
Hex F2 A DA

RGB Percentages of Color #f20ada

%51.49
%2.13
%46.38

CMYK Percentages of Color #f20ada

%0
%96
%10
%5

Triadic Colors of #f20ada

#f20ada #daf20a #0adaf2

Analogous Colors of #f20ada

#f20ada #f20a66 #960af2

Monochromatic Colors of #f20ada

#f20ada

Complementary Color

#f20ada #0af222

#f20ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f20ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#f20ada Color CSS Codes

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

#f20ada Text Font Color

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

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


#f20ada Background Color

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

This div background color is #f20ada


#f20ada Border Color

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

This div border color is #f20ada


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,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 #f20ada">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f20ada


Comments

No comments written yet.

Please login to write comment.