Color Hex Logo

#f48596 Color Hex

#F48596
(244,133,150)
0 Favorites   0 Comments

Color spaces of #f48596

RGB 244133150
HSL0.970.830.74
HSV351°45°96°
CMYK 0.000.450.39   0.04
XYZ51.200838.210233.5309
Yxy38.21020.41650.3108
Hunter Lab61.814439.676211.1085
CIE-Lab68.175344.008610.0703

#f48596 color RGB value is (244,133,150).

#f48596 hex color red value is 244, green value is 133 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #f48596 hue: 0.97 , saturation: 0.83 and the lightness value of f48596 is 0.74.

The process color (four color CMYK) of #f48596 color hex is 0.00, 0.45, 0.39, 0.04. Web safe color of #f48596 is #ff9999. Color #f48596 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000101 10010110
Octal 364 205 226
Decimal 244 133 150
Hex F4 85 96

RGB Percentages of Color #f48596

%46.30
%25.24
%28.46

CMYK Percentages of Color #f48596

%0
%45
%39
%4

Triadic Colors of #f48596

#f48596 #96f485 #8596f4

Analogous Colors of #f48596

#f48596 #f4ac85 #f485ce

Monochromatic Colors of #f48596

#f48596

Complementary Color

#f48596 #85f4e3

#f48596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48596 Color CSS Codes

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

#f48596 Text Font Color

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

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


#f48596 Background Color

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

This div background color is #f48596


#f48596 Border Color

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

This div border color is #f48596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48596


Comments

No comments written yet.

Please login to write comment.