Color Hex Logo

#f4028b Color Hex

#F4028B
(244,2,139)
0 Favorites   0 Comments

Color spaces of #f4028b

RGB 2442139
HSL0.910.980.48
HSV326°99°96°
CMYK 0.000.990.43   0.04
XYZ41.990121.140626.2935
Yxy21.14060.46960.2364
Hunter Lab45.978982.5515-1.7203
CIE-Lab53.103082.9502-5.4018

#f4028b color RGB value is (244,2,139).

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

The process color (four color CMYK) of #f4028b color hex is 0.00, 0.99, 0.43, 0.04. Web safe color of #f4028b is #ff0099. Color #f4028b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00000010 10001011
Octal 364 2 213
Decimal 244 2 139
Hex F4 2 8B

RGB Percentages of Color #f4028b

%63.38
%0.52
%36.10

CMYK Percentages of Color #f4028b

%0
%99
%43
%4

Triadic Colors of #f4028b

#f4028b #8bf402 #028bf4

Analogous Colors of #f4028b

#f4028b #f40212 #e402f4

Monochromatic Colors of #f4028b

#f4028b

Complementary Color

#f4028b #02f46b

#f4028b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4028b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4028b Color CSS Codes

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

#f4028b Text Font Color

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

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


#f4028b Background Color

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

This div background color is #f4028b


#f4028b Border Color

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

This div border color is #f4028b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4028b


Comments

No comments written yet.

Please login to write comment.