Color Hex Logo

#f20ecf Color Hex

#F20ECF
(242,14,207)
0 Favorites   0 Comments

Color spaces of #f20ecf

RGB 24214207
HSL0.860.900.50
HSV309°94°95°
CMYK 0.000.940.14   0.05
XYZ48.037523.696361.0735
Yxy23.69630.36170.1784
Hunter Lab48.678890.9603-40.3113
CIE-Lab55.782488.8688-41.1778

#f20ecf color RGB value is (242,14,207).

#f20ecf hex color red value is 242, green value is 14 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #f20ecf hue: 0.86 , saturation: 0.90 and the lightness value of f20ecf is 0.50.

The process color (four color CMYK) of #f20ecf color hex is 0.00, 0.94, 0.14, 0.05. Web safe color of #f20ecf is #ff00cc. Color #f20ecf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00001110 11001111
Octal 362 16 317
Decimal 242 14 207
Hex F2 E CF

RGB Percentages of Color #f20ecf

%52.27
%3.02
%44.71

CMYK Percentages of Color #f20ecf

%0
%94
%14
%5

Triadic Colors of #f20ecf

#f20ecf #cff20e #0ecff2

Analogous Colors of #f20ecf

#f20ecf #f20e5d #a30ef2

Monochromatic Colors of #f20ecf

#f20ecf

Complementary Color

#f20ecf #0ef231

#f20ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f20ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f20ecf Color CSS Codes

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

#f20ecf Text Font Color

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

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


#f20ecf Background Color

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

This div background color is #f20ecf


#f20ecf Border Color

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

This div border color is #f20ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f20ecf


Comments

No comments written yet.

Please login to write comment.