Color Hex Logo

#f2376e Color Hex

#F2376E
(242,55,110)
0 Favorites   0 Comments

Color spaces of #f2376e

RGB 24255110
HSL0.950.880.58
HSV342°77°95°
CMYK 0.000.770.55   0.05
XYZ40.798622.735416.9899
Yxy22.73540.50670.2823
Hunter Lab47.681769.289912.2510
CIE-Lab54.798772.004614.3938

#f2376e color RGB value is (242,55,110).

#f2376e hex color red value is 242, green value is 55 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #f2376e hue: 0.95 , saturation: 0.88 and the lightness value of f2376e is 0.58.

The process color (four color CMYK) of #f2376e color hex is 0.00, 0.77, 0.55, 0.05. Web safe color of #f2376e is #ff3366. Color #f2376e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00110111 01101110
Octal 362 67 156
Decimal 242 55 110
Hex F2 37 6E

RGB Percentages of Color #f2376e

%59.46
%13.51
%27.03

CMYK Percentages of Color #f2376e

%0
%77
%55
%5

Triadic Colors of #f2376e

#f2376e #6ef237 #376ef2

Analogous Colors of #f2376e

#f2376e #f25d37 #f237cc

Monochromatic Colors of #f2376e

#f2376e

Complementary Color

#f2376e #37f2bb

#f2376e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2376e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2376e Color CSS Codes

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

#f2376e Text Font Color

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

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


#f2376e Background Color

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

This div background color is #f2376e


#f2376e Border Color

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

This div border color is #f2376e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2376e


Comments

No comments written yet.

Please login to write comment.