Color Hex Logo

#fc379d Color Hex

#FC379D
(252,55,157)
0 Favorites   0 Comments

Color spaces of #fc379d

RGB 25255157
HSL0.910.970.60
HSV329°78°99°
CMYK 0.000.780.38   0.01
XYZ47.596925.862134.3815
Yxy25.86210.44140.2398
Hunter Lab50.854878.0689-4.4860
CIE-Lab57.905978.4945-8.7680

#fc379d color RGB value is (252,55,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110111 10011101
Octal 374 67 235
Decimal 252 55 157
Hex FC 37 9D

RGB Percentages of Color #fc379d

%54.31
%11.85
%33.84

CMYK Percentages of Color #fc379d

%0
%78
%38
%1

Triadic Colors of #fc379d

#fc379d #9dfc37 #379dfc

Analogous Colors of #fc379d

#fc379d #fc373a #f937fc

Monochromatic Colors of #fc379d

#fc379d

Complementary Color

#fc379d #37fc96

#fc379d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc379d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc379d Color CSS Codes

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

#fc379d Text Font Color

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

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


#fc379d Background Color

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

This div background color is #fc379d


#fc379d Border Color

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

This div border color is #fc379d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc379d


Comments

No comments written yet.

Please login to write comment.