Color Hex Logo

#f4027a Color Hex

#F4027A
(244,2,122)
0 Favorites   0 Comments

Color spaces of #f4027a

RGB 2442122
HSL0.920.980.48
HSV330°99°96°
CMYK 0.000.990.50   0.04
XYZ40.842820.681720.2517
Yxy20.68170.49940.2529
Hunter Lab45.477180.72505.4312
CIE-Lab52.599481.62084.1104

#f4027a color RGB value is (244,2,122).

#f4027a hex color red value is 244, green value is 2 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #f4027a hue: 0.92 , saturation: 0.98 and the lightness value of f4027a is 0.48.

The process color (four color CMYK) of #f4027a color hex is 0.00, 0.99, 0.50, 0.04. Web safe color of #f4027a is #ff0066. Color #f4027a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00000010 01111010
Octal 364 2 172
Decimal 244 2 122
Hex F4 2 7A

RGB Percentages of Color #f4027a

%66.30
%0.54
%33.15

CMYK Percentages of Color #f4027a

%0
%99
%50
%4

Triadic Colors of #f4027a

#f4027a #7af402 #027af4

Analogous Colors of #f4027a

#f4027a #f40302 #f402f3

Monochromatic Colors of #f4027a

#f4027a

Complementary Color

#f4027a #02f47c

#f4027a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4027a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4027a Color CSS Codes

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

#f4027a Text Font Color

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

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


#f4027a Background Color

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

This div background color is #f4027a


#f4027a Border Color

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

This div border color is #f4027a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4027a


Comments

No comments written yet.

Please login to write comment.