Color Hex Logo

#fc379b Color Hex

#FC379B
(252,55,155)
0 Favorites   0 Comments

Color spaces of #fc379b

RGB 25255155
HSL0.920.970.60
HSV330°78°99°
CMYK 0.000.780.38   0.01
XYZ47.427525.794433.4895
Yxy25.79440.44440.2417
Hunter Lab50.788277.8092-3.5438
CIE-Lab57.841478.3011-7.6911

#fc379b color RGB value is (252,55,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110111 10011011
Octal 374 67 233
Decimal 252 55 155
Hex FC 37 9B

RGB Percentages of Color #fc379b

%54.55
%11.90
%33.55

CMYK Percentages of Color #fc379b

%0
%78
%38
%1

Triadic Colors of #fc379b

#fc379b #9bfc37 #379bfc

Analogous Colors of #fc379b

#fc379b #fc3738 #fb37fc

Monochromatic Colors of #fc379b

#fc379b

Complementary Color

#fc379b #37fc98

#fc379b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc379b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc379b Color CSS Codes

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

#fc379b Text Font Color

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

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


#fc379b Background Color

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

This div background color is #fc379b


#fc379b Border Color

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

This div border color is #fc379b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc379b


Comments

No comments written yet.

Please login to write comment.