Color Hex Logo

#f38992 Color Hex

#F38992
(243,137,146)
0 Favorites   0 Comments

Color spaces of #f38992

RGB 243137146
HSL0.990.820.75
HSV355°44°95°
CMYK 0.000.440.40   0.05
XYZ51.096139.021332.0329
Yxy39.02130.41830.3195
Hunter Lab62.467036.690213.3232
CIE-Lab68.766741.181813.1320

#f38992 color RGB value is (243,137,146).

#f38992 hex color red value is 243, green value is 137 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #f38992 hue: 0.99 , saturation: 0.82 and the lightness value of f38992 is 0.75.

The process color (four color CMYK) of #f38992 color hex is 0.00, 0.44, 0.40, 0.05. Web safe color of #f38992 is #ff9999. Color #f38992 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10001001 10010010
Octal 363 211 222
Decimal 243 137 146
Hex F3 89 92

RGB Percentages of Color #f38992

%46.20
%26.05
%27.76

CMYK Percentages of Color #f38992

%0
%44
%40
%5

Triadic Colors of #f38992

#f38992 #92f389 #8992f3

Analogous Colors of #f38992

#f38992 #f3b589 #f389c7

Monochromatic Colors of #f38992

#f38992

Complementary Color

#f38992 #89f3ea

#f38992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f38992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f38992 Color CSS Codes

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

#f38992 Text Font Color

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

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


#f38992 Background Color

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

This div background color is #f38992


#f38992 Border Color

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

This div border color is #f38992


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f38992


Comments

No comments written yet.

Please login to write comment.