Color Hex Logo

#f2178e Color Hex

#F2178E
(242,23,142)
0 Favorites   0 Comments

Color spaces of #f2178e

RGB 24223142
HSL0.910.890.52
HSV327°90°95°
CMYK 0.000.900.41   0.05
XYZ41.806821.443027.5266
Yxy21.44300.46050.2362
Hunter Lab46.306680.1179-2.8299
CIE-Lab53.431080.9818-6.7537

#f2178e color RGB value is (242,23,142).

#f2178e hex color red value is 242, green value is 23 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #f2178e hue: 0.91 , saturation: 0.89 and the lightness value of f2178e is 0.52.

The process color (four color CMYK) of #f2178e color hex is 0.00, 0.90, 0.41, 0.05. Web safe color of #f2178e is #ff0099. Color #f2178e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00010111 10001110
Octal 362 27 216
Decimal 242 23 142
Hex F2 17 8E

RGB Percentages of Color #f2178e

%59.46
%5.65
%34.89

CMYK Percentages of Color #f2178e

%0
%90
%41
%5

Triadic Colors of #f2178e

#f2178e #8ef217 #178ef2

Analogous Colors of #f2178e

#f2178e #f21720 #e917f2

Monochromatic Colors of #f2178e

#f2178e

Complementary Color

#f2178e #17f27b

#f2178e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2178e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2178e Color CSS Codes

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

#f2178e Text Font Color

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

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


#f2178e Background Color

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

This div background color is #f2178e


#f2178e Border Color

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

This div border color is #f2178e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2178e


Comments

No comments written yet.

Please login to write comment.