Color Hex Logo

#fc295b Color Hex

#FC295B
(252,41,91)
0 Favorites   0 Comments

Color spaces of #fc295b

RGB 2524191
HSL0.960.970.57
HSV346°84°99°
CMYK 0.000.840.64   0.01
XYZ42.826123.036712.0869
Yxy23.03670.54940.2955
Hunter Lab47.996675.277018.6667
CIE-Lab55.110176.809626.4834

#fc295b color RGB value is (252,41,91).

#fc295b hex color red value is 252, green value is 41 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #fc295b hue: 0.96 , saturation: 0.97 and the lightness value of fc295b is 0.57.

The process color (four color CMYK) of #fc295b color hex is 0.00, 0.84, 0.64, 0.01. Web safe color of #fc295b is #ff3366. Color #fc295b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00101001 01011011
Octal 374 51 133
Decimal 252 41 91
Hex FC 29 5B

RGB Percentages of Color #fc295b

%65.63
%10.68
%23.70

CMYK Percentages of Color #fc295b

%0
%84
%64
%1

Triadic Colors of #fc295b

#fc295b #5bfc29 #295bfc

Analogous Colors of #fc295b

#fc295b #fc6129 #fc29c5

Monochromatic Colors of #fc295b

#fc295b

Complementary Color

#fc295b #29fcca

#fc295b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc295b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc295b Color CSS Codes

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

#fc295b Text Font Color

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

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


#fc295b Background Color

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

This div background color is #fc295b


#fc295b Border Color

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

This div border color is #fc295b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc295b


Comments

No comments written yet.

Please login to write comment.