Color Hex Logo

#f20aee Color Hex

#F20AEE
(242,10,238)
0 Favorites   0 Comments

Color spaces of #f20aee

RGB 24210238
HSL0.840.920.49
HSV301°96°95°
CMYK 0.000.960.02   0.05
XYZ52.159125.267483.0169
Yxy25.26740.32510.1575
Hunter Lab50.266797.2534-62.7325
CIE-Lab57.335093.2561-56.2716

#f20aee color RGB value is (242,10,238).

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

The process color (four color CMYK) of #f20aee color hex is 0.00, 0.96, 0.02, 0.05. Web safe color of #f20aee is #ff00ff. Color #f20aee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00001010 11101110
Octal 362 12 356
Decimal 242 10 238
Hex F2 A EE

RGB Percentages of Color #f20aee

%49.39
%2.04
%48.57

CMYK Percentages of Color #f20aee

%0
%96
%2
%5

Triadic Colors of #f20aee

#f20aee #eef20a #0aeef2

Analogous Colors of #f20aee

#f20aee #f20a7a #820af2

Monochromatic Colors of #f20aee

#f20aee

Complementary Color

#f20aee #0af20e

#f20aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f20aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f20aee Color CSS Codes

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

#f20aee Text Font Color

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

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


#f20aee Background Color

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

This div background color is #f20aee


#f20aee Border Color

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

This div border color is #f20aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f20aee


Comments

No comments written yet.

Please login to write comment.