Color Hex Logo

#f08882 Color Hex

#F08882
(240,136,130)
0 Favorites   0 Comments

Color spaces of #f08882

RGB 240136130
HSL0.010.790.73
HSV46°94°
CMYK 0.000.430.46   0.06
XYZ48.768637.745325.8343
Yxy37.74530.43410.3360
Hunter Lab61.437234.177518.0746
CIE-Lab67.832538.939320.7231

#f08882 color RGB value is (240,136,130).

#f08882 hex color red value is 240, green value is 136 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #f08882 hue: 0.01 , saturation: 0.79 and the lightness value of f08882 is 0.73.

The process color (four color CMYK) of #f08882 color hex is 0.00, 0.43, 0.46, 0.06. Web safe color of #f08882 is #ff9999. Color #f08882 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10001000 10000010
Octal 360 210 202
Decimal 240 136 130
Hex F0 88 82

RGB Percentages of Color #f08882

%47.43
%26.88
%25.69

CMYK Percentages of Color #f08882

%0
%43
%46
%6

Triadic Colors of #f08882

#f08882 #82f088 #8882f0

Analogous Colors of #f08882

#f08882 #f0bf82 #f082b3

Monochromatic Colors of #f08882

#f08882

Complementary Color

#f08882 #82eaf0

#f08882 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f08882 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f08882 Color CSS Codes

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

#f08882 Text Font Color

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

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


#f08882 Background Color

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

This div background color is #f08882


#f08882 Border Color

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

This div border color is #f08882


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f08882

#f08882 Color Palettes


Comments

No comments written yet.

Please login to write comment.