Color Hex Logo

#fc5295 Color Hex

#FC5295
(252,82,149)
0 Favorites   0 Comments

Color spaces of #fc5295

RGB 25282149
HSL0.930.970.65
HSV336°67°99°
CMYK 0.000.670.41   0.01
XYZ48.587028.900031.4512
Yxy28.90000.44600.2653
Hunter Lab53.758767.25012.9439
CIE-Lab60.693369.21430.0224

#fc5295 color RGB value is (252,82,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010010 10010101
Octal 374 122 225
Decimal 252 82 149
Hex FC 52 95

RGB Percentages of Color #fc5295

%52.17
%16.98
%30.85

CMYK Percentages of Color #fc5295

%0
%67
%41
%1

Triadic Colors of #fc5295

#fc5295 #95fc52 #5295fc

Analogous Colors of #fc5295

#fc5295 #fc6452 #fc52ea

Monochromatic Colors of #fc5295

#fc5295

Complementary Color

#fc5295 #52fcb9

#fc5295 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc5295 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc5295 Color CSS Codes

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

#fc5295 Text Font Color

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

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


#fc5295 Background Color

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

This div background color is #fc5295


#fc5295 Border Color

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

This div border color is #fc5295


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,82,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 #fc5295">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc5295

Related Colors


Comments

No comments written yet.

Please login to write comment.