Color Hex Logo

#fc738f Color Hex

#FC738F
(252,115,143)
0 Favorites   0 Comments

Color spaces of #fc738f

RGB 252115143
HSL0.970.960.72
HSV348°54°99°
CMYK 0.000.540.43   0.01
XYZ51.233534.940130.0304
Yxy34.94010.44090.3007
Hunter Lab59.110251.271411.2553
CIE-Lab65.702054.755710.6797

#fc738f color RGB value is (252,115,143).

#fc738f hex color red value is 252, green value is 115 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #fc738f hue: 0.97 , saturation: 0.96 and the lightness value of fc738f is 0.72.

The process color (four color CMYK) of #fc738f color hex is 0.00, 0.54, 0.43, 0.01. Web safe color of #fc738f is #ff6699. Color #fc738f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110011 10001111
Octal 374 163 217
Decimal 252 115 143
Hex FC 73 8F

RGB Percentages of Color #fc738f

%49.41
%22.55
%28.04

CMYK Percentages of Color #fc738f

%0
%54
%43
%1

Triadic Colors of #fc738f

#fc738f #8ffc73 #738ffc

Analogous Colors of #fc738f

#fc738f #fc9c73 #fc73d4

Monochromatic Colors of #fc738f

#fc738f

Complementary Color

#fc738f #73fce0

#fc738f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc738f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc738f Color CSS Codes

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

#fc738f Text Font Color

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

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


#fc738f Background Color

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

This div background color is #fc738f


#fc738f Border Color

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

This div border color is #fc738f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc738f


Comments

No comments written yet.

Please login to write comment.