Color Hex Logo

#f0929d Color Hex

#F0929D
(240,146,157)
0 Favorites   0 Comments

Color spaces of #f0929d

RGB 240146157
HSL0.980.760.76
HSV353°39°94°
CMYK 0.000.390.35   0.06
XYZ52.299941.517437.1554
Yxy41.51740.39930.3170
Hunter Lab64.434032.125710.9146
CIE-Lab70.536936.71959.4412

#f0929d color RGB value is (240,146,157).

#f0929d hex color red value is 240, green value is 146 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #f0929d hue: 0.98 , saturation: 0.76 and the lightness value of f0929d is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010010 10011101
Octal 360 222 235
Decimal 240 146 157
Hex F0 92 9D

RGB Percentages of Color #f0929d

%44.20
%26.89
%28.91

CMYK Percentages of Color #f0929d

%0
%39
%35
%6

Triadic Colors of #f0929d

#f0929d #9df092 #929df0

Analogous Colors of #f0929d

#f0929d #f0b692 #f092cc

Monochromatic Colors of #f0929d

#f0929d

Complementary Color

#f0929d #92f0e5

#f0929d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0929d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0929d Color CSS Codes

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

#f0929d Text Font Color

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

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


#f0929d Background Color

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

This div background color is #f0929d


#f0929d Border Color

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

This div border color is #f0929d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0929d


Comments

No comments written yet.

Please login to write comment.