Color Hex Logo

#f09593 Color Hex

#F09593
(240,149,147)
0 Favorites   0 Comments

Color spaces of #f09593

RGB 240149147
HSL0.000.760.76
HSV39°94°
CMYK 0.000.380.39   0.06
XYZ51.949142.126732.9970
Yxy42.12670.40880.3315
Hunter Lab64.905129.284915.2912
CIE-Lab70.958233.985615.5891

#f09593 color RGB value is (240,149,147).

#f09593 hex color red value is 240, green value is 149 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #f09593 hue: 0.00 , saturation: 0.76 and the lightness value of f09593 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010101 10010011
Octal 360 225 223
Decimal 240 149 147
Hex F0 95 93

RGB Percentages of Color #f09593

%44.78
%27.80
%27.43

CMYK Percentages of Color #f09593

%0
%38
%39
%6

Triadic Colors of #f09593

#f09593 #93f095 #9593f0

Analogous Colors of #f09593

#f09593 #f0c493 #f093c0

Monochromatic Colors of #f09593

#f09593

Complementary Color

#f09593 #93eef0

#f09593 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f09593 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f09593 Color CSS Codes

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

#f09593 Text Font Color

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

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


#f09593 Background Color

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

This div background color is #f09593


#f09593 Border Color

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

This div border color is #f09593


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f09593


Comments

No comments written yet.

Please login to write comment.