Color Hex Logo

#f38394 Color Hex

#F38394
(243,131,148)
0 Favorites   0 Comments

Color spaces of #f38394

RGB 243131148
HSL0.970.820.73
HSV351°46°95°
CMYK 0.000.460.39   0.05
XYZ50.423737.425432.5832
Yxy37.42540.41870.3108
Hunter Lab61.176340.067611.2449
CIE-Lab67.595044.441110.3544

#f38394 color RGB value is (243,131,148).

#f38394 hex color red value is 243, green value is 131 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #f38394 hue: 0.97 , saturation: 0.82 and the lightness value of f38394 is 0.73.

The process color (four color CMYK) of #f38394 color hex is 0.00, 0.46, 0.39, 0.05. Web safe color of #f38394 is #ff9999. Color #f38394 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10000011 10010100
Octal 363 203 224
Decimal 243 131 148
Hex F3 83 94

RGB Percentages of Color #f38394

%46.55
%25.10
%28.35

CMYK Percentages of Color #f38394

%0
%46
%39
%5

Triadic Colors of #f38394

#f38394 #94f383 #8394f3

Analogous Colors of #f38394

#f38394 #f3aa83 #f383cc

Monochromatic Colors of #f38394

#f38394

Complementary Color

#f38394 #83f3e2

#f38394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f38394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f38394 Color CSS Codes

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

#f38394 Text Font Color

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

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


#f38394 Background Color

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

This div background color is #f38394


#f38394 Border Color

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

This div border color is #f38394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f38394


Comments

No comments written yet.

Please login to write comment.