Color Hex Logo

#f38376 Color Hex

#F38376
(243,131,118)
0 Favorites   0 Comments

Color spaces of #f38376

RGB 243131118
HSL0.020.840.71
HSV51°95°
CMYK 0.000.460.51   0.05
XYZ48.348536.595321.6549
Yxy36.59530.45360.3433
Hunter Lab60.494036.797521.1219
CIE-Lab66.972341.494326.3133

#f38376 color RGB value is (243,131,118).

#f38376 hex color red value is 243, green value is 131 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #f38376 hue: 0.02 , saturation: 0.84 and the lightness value of f38376 is 0.71.

The process color (four color CMYK) of #f38376 color hex is 0.00, 0.46, 0.51, 0.05. Web safe color of #f38376 is #ff9966. Color #f38376 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10000011 01110110
Octal 363 203 166
Decimal 243 131 118
Hex F3 83 76

RGB Percentages of Color #f38376

%49.39
%26.63
%23.98

CMYK Percentages of Color #f38376

%0
%46
%51
%5

Triadic Colors of #f38376

#f38376 #76f383 #8376f3

Analogous Colors of #f38376

#f38376 #f3c276 #f376a8

Monochromatic Colors of #f38376

#f38376

Complementary Color

#f38376 #76e6f3

#f38376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f38376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f38376 Color CSS Codes

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

#f38376 Text Font Color

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

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


#f38376 Background Color

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

This div background color is #f38376


#f38376 Border Color

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

This div border color is #f38376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f38376


Comments

No comments written yet.

Please login to write comment.