Color Hex Logo

#f3945e Color Hex

#F3945E
(243,148,94)
0 Favorites   0 Comments

Color spaces of #f3945e

RGB 24314894
HSL0.060.860.66
HSV22°61°95°
CMYK 0.000.390.61   0.05
XYZ49.572441.042615.8989
Yxy41.04260.46540.3853
Hunter Lab64.064526.008530.1311
CIE-Lab70.205830.896943.3135

#f3945e color RGB value is (243,148,94).

#f3945e hex color red value is 243, green value is 148 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #f3945e hue: 0.06 , saturation: 0.86 and the lightness value of f3945e is 0.66.

The process color (four color CMYK) of #f3945e color hex is 0.00, 0.39, 0.61, 0.05. Web safe color of #f3945e is #ff9966. Color #f3945e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10010100 01011110
Octal 363 224 136
Decimal 243 148 94
Hex F3 94 5E

RGB Percentages of Color #f3945e

%50.10
%30.52
%19.38

CMYK Percentages of Color #f3945e

%0
%39
%61
%5

Triadic Colors of #f3945e

#f3945e #5ef394 #945ef3

Analogous Colors of #f3945e

#f3945e #f3df5e #f35e73

Monochromatic Colors of #f3945e

#f3945e

Complementary Color

#f3945e #5ebdf3

#f3945e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3945e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3945e Color CSS Codes

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

#f3945e Text Font Color

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

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


#f3945e Background Color

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

This div background color is #f3945e


#f3945e Border Color

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

This div border color is #f3945e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3945e


Comments

No comments written yet.

Please login to write comment.