Color Hex Logo

#f42eac Color Hex

#F42EAC
(244,46,172)
0 Favorites   0 Comments

Color spaces of #f42eac

RGB 24446172
HSL0.890.900.57
HSV322°81°96°
CMYK 0.000.810.30   0.04
XYZ45.731624.165641.2838
Yxy24.16560.41130.2174
Hunter Lab49.158580.0291-15.3814
CIE-Lab56.253280.3621-20.1815

#f42eac color RGB value is (244,46,172).

#f42eac hex color red value is 244, green value is 46 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f42eac hue: 0.89 , saturation: 0.90 and the lightness value of f42eac is 0.57.

The process color (four color CMYK) of #f42eac color hex is 0.00, 0.81, 0.30, 0.04. Web safe color of #f42eac is #ff3399. Color #f42eac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00101110 10101100
Octal 364 56 254
Decimal 244 46 172
Hex F4 2E AC

RGB Percentages of Color #f42eac

%52.81
%9.96
%37.23

CMYK Percentages of Color #f42eac

%0
%81
%30
%4

Triadic Colors of #f42eac

#f42eac #acf42e #2eacf4

Analogous Colors of #f42eac

#f42eac #f42e49 #d92ef4

Monochromatic Colors of #f42eac

#f42eac

Complementary Color

#f42eac #2ef476

#f42eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f42eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f42eac Color CSS Codes

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

#f42eac Text Font Color

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

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


#f42eac Background Color

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

This div background color is #f42eac


#f42eac Border Color

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

This div border color is #f42eac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,46,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f42eac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f42eac;
  -webkit-box-shadow: 1px 1px 3px 2px #f42eac;
  box-shadow:         1px 1px 3px 2px #f42eac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,46,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f42eac


Comments

No comments written yet.

Please login to write comment.