Color Hex Logo

#fc378b Color Hex

#FC378B
(252,55,139)
0 Favorites   0 Comments

Color spaces of #fc378b

RGB 25255139
HSL0.930.970.60
HSV334°78°99°
CMYK 0.000.780.45   0.01
XYZ46.171325.291926.8744
Yxy25.29190.46950.2572
Hunter Lab50.291175.86833.5205
CIE-Lab57.358776.84871.0251

#fc378b color RGB value is (252,55,139).

#fc378b hex color red value is 252, green value is 55 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #fc378b hue: 0.93 , saturation: 0.97 and the lightness value of fc378b is 0.60.

The process color (four color CMYK) of #fc378b color hex is 0.00, 0.78, 0.45, 0.01. Web safe color of #fc378b is #ff3399. Color #fc378b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110111 10001011
Octal 374 67 213
Decimal 252 55 139
Hex FC 37 8B

RGB Percentages of Color #fc378b

%56.50
%12.33
%31.17

CMYK Percentages of Color #fc378b

%0
%78
%45
%1

Triadic Colors of #fc378b

#fc378b #8bfc37 #378bfc

Analogous Colors of #fc378b

#fc378b #fc4637 #fc37ee

Monochromatic Colors of #fc378b

#fc378b

Complementary Color

#fc378b #37fca8

#fc378b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc378b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc378b Color CSS Codes

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

#fc378b Text Font Color

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

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


#fc378b Background Color

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

This div background color is #fc378b


#fc378b Border Color

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

This div border color is #fc378b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc378b


Comments

No comments written yet.

Please login to write comment.