Color Hex Logo

#fc8387 Color Hex

#FC8387
(252,131,135)
0 Favorites   0 Comments

Color spaces of #fc8387

RGB 252131135
HSL0.990.950.75
HSV358°48°99°
CMYK 0.000.480.46   0.01
XYZ52.634438.677327.6130
Yxy38.67730.44260.3252
Hunter Lab62.191142.236217.2088
CIE-Lab68.516946.298319.1243

#fc8387 color RGB value is (252,131,135).

#fc8387 hex color red value is 252, green value is 131 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #fc8387 hue: 0.99 , saturation: 0.95 and the lightness value of fc8387 is 0.75.

The process color (four color CMYK) of #fc8387 color hex is 0.00, 0.48, 0.46, 0.01. Web safe color of #fc8387 is #ff9999. Color #fc8387 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000011 10000111
Octal 374 203 207
Decimal 252 131 135
Hex FC 83 87

RGB Percentages of Color #fc8387

%48.65
%25.29
%26.06

CMYK Percentages of Color #fc8387

%0
%48
%46
%1

Triadic Colors of #fc8387

#fc8387 #87fc83 #8387fc

Analogous Colors of #fc8387

#fc8387 #fcbc83 #fc83c4

Monochromatic Colors of #fc8387

#fc8387

Complementary Color

#fc8387 #83fcf8

#fc8387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc8387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc8387 Color CSS Codes

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

#fc8387 Text Font Color

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

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


#fc8387 Background Color

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

This div background color is #fc8387


#fc8387 Border Color

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

This div border color is #fc8387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc8387


Comments

No comments written yet.

Please login to write comment.