Color Hex Logo

#f5929c Color Hex

#F5929C
(245,146,156)
0 Favorites   0 Comments

Color spaces of #f5929c

RGB 245146156
HSL0.980.830.77
HSV354°40°96°
CMYK 0.000.400.36   0.04
XYZ53.935842.370536.7881
Yxy42.37050.40520.3183
Hunter Lab65.092633.993112.0562
CIE-Lab71.125638.410210.9183

#f5929c color RGB value is (245,146,156).

#f5929c hex color red value is 245, green value is 146 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #f5929c hue: 0.98 , saturation: 0.83 and the lightness value of f5929c is 0.77.

The process color (four color CMYK) of #f5929c color hex is 0.00, 0.40, 0.36, 0.04. Web safe color of #f5929c is #ff9999. Color #f5929c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10010010 10011100
Octal 365 222 234
Decimal 245 146 156
Hex F5 92 9C

RGB Percentages of Color #f5929c

%44.79
%26.69
%28.52

CMYK Percentages of Color #f5929c

%0
%40
%36
%4

Triadic Colors of #f5929c

#f5929c #9cf592 #929cf5

Analogous Colors of #f5929c

#f5929c #f5ba92 #f592ce

Monochromatic Colors of #f5929c

#f5929c

Complementary Color

#f5929c #92f5eb

#f5929c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5929c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5929c Color CSS Codes

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

#f5929c Text Font Color

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

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


#f5929c Background Color

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

This div background color is #f5929c


#f5929c Border Color

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

This div border color is #f5929c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5929c


Comments

No comments written yet.

Please login to write comment.