Color Hex Logo

#f5028b Color Hex

#F5028B
(245,2,139)
0 Favorites   0 Comments

Color spaces of #f5028b

RGB 2452139
HSL0.910.980.48
HSV326°99°96°
CMYK 0.000.990.43   0.04
XYZ42.338121.320026.3098
Yxy21.32000.47060.2370
Hunter Lab46.173682.8688-1.4620
CIE-Lab53.298083.1591-5.0915

#f5028b color RGB value is (245,2,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00000010 10001011
Octal 365 2 213
Decimal 245 2 139
Hex F5 2 8B

RGB Percentages of Color #f5028b

%63.47
%0.52
%36.01

CMYK Percentages of Color #f5028b

%0
%99
%43
%4

Triadic Colors of #f5028b

#f5028b #8bf502 #028bf5

Analogous Colors of #f5028b

#f5028b #f50212 #e602f5

Monochromatic Colors of #f5028b

#f5028b

Complementary Color

#f5028b #02f56c

#f5028b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5028b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5028b Color CSS Codes

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

#f5028b Text Font Color

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

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


#f5028b Background Color

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

This div background color is #f5028b


#f5028b Border Color

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

This div border color is #f5028b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,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 #f5028b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5028b


Comments

No comments written yet.

Please login to write comment.