Color Hex Logo

#f0928b Color Hex

#F0928B
(240,146,139)
0 Favorites   0 Comments

Color spaces of #f0928b

RGB 240146139
HSL0.010.770.74
HSV42°94°
CMYK 0.000.390.42   0.06
XYZ50.874340.947129.6483
Yxy40.94710.41880.3371
Hunter Lab63.989929.931617.3222
CIE-Lab70.138834.678218.8839

#f0928b color RGB value is (240,146,139).

#f0928b hex color red value is 240, green value is 146 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #f0928b hue: 0.01 , saturation: 0.77 and the lightness value of f0928b is 0.74.

The process color (four color CMYK) of #f0928b color hex is 0.00, 0.39, 0.42, 0.06. Web safe color of #f0928b is #ff9999. Color #f0928b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010010 10001011
Octal 360 222 213
Decimal 240 146 139
Hex F0 92 8B

RGB Percentages of Color #f0928b

%45.71
%27.81
%26.48

CMYK Percentages of Color #f0928b

%0
%39
%42
%6

Triadic Colors of #f0928b

#f0928b #8bf092 #928bf0

Analogous Colors of #f0928b

#f0928b #f0c58b #f08bb7

Monochromatic Colors of #f0928b

#f0928b

Complementary Color

#f0928b #8be9f0

#f0928b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0928b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0928b Color CSS Codes

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

#f0928b Text Font Color

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

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


#f0928b Background Color

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

This div background color is #f0928b


#f0928b Border Color

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

This div border color is #f0928b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0928b


Comments

No comments written yet.

Please login to write comment.