Color Hex Logo

#fc5595 Color Hex

#FC5595
(252,85,149)
0 Favorites   0 Comments

Color spaces of #fc5595

RGB 25285149
HSL0.940.970.66
HSV337°66°99°
CMYK 0.000.660.41   0.01
XYZ48.818229.362431.5283
Yxy29.36240.44500.2676
Hunter Lab54.187165.98673.4336
CIE-Lab61.100168.09370.6160

#fc5595 color RGB value is (252,85,149).

#fc5595 hex color red value is 252, green value is 85 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #fc5595 hue: 0.94 , saturation: 0.97 and the lightness value of fc5595 is 0.66.

The process color (four color CMYK) of #fc5595 color hex is 0.00, 0.66, 0.41, 0.01. Web safe color of #fc5595 is #ff6699. Color #fc5595 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010101 10010101
Octal 374 125 225
Decimal 252 85 149
Hex FC 55 95

RGB Percentages of Color #fc5595

%51.85
%17.49
%30.66

CMYK Percentages of Color #fc5595

%0
%66
%41
%1

Triadic Colors of #fc5595

#fc5595 #95fc55 #5595fc

Analogous Colors of #fc5595

#fc5595 #fc6955 #fc55e9

Monochromatic Colors of #fc5595

#fc5595

Complementary Color

#fc5595 #55fcbc

#fc5595 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc5595 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc5595 Color CSS Codes

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

#fc5595 Text Font Color

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

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


#fc5595 Background Color

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

This div background color is #fc5595


#fc5595 Border Color

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

This div border color is #fc5595


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc5595

Related Colors


Comments

No comments written yet.

Please login to write comment.