Color Hex Logo

#fc215b Color Hex

#FC215B
(252,33,91)
0 Favorites   0 Comments

Color spaces of #fc215b

RGB 2523391
HSL0.960.970.56
HSV344°87°99°
CMYK 0.000.870.64   0.01
XYZ42.577122.538512.0038
Yxy22.53850.55210.2923
Hunter Lab47.474777.004618.2411
CIE-Lab54.593878.290925.8139

#fc215b color RGB value is (252,33,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100001 01011011
Octal 374 41 133
Decimal 252 33 91
Hex FC 21 5B

RGB Percentages of Color #fc215b

%67.02
%8.78
%24.20

CMYK Percentages of Color #fc215b

%0
%87
%64
%1

Triadic Colors of #fc215b

#fc215b #5bfc21 #215bfc

Analogous Colors of #fc215b

#fc215b #fc5421 #fc21c9

Monochromatic Colors of #fc215b

#fc215b

Complementary Color

#fc215b #21fcc2

#fc215b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc215b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc215b Color CSS Codes

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

#fc215b Text Font Color

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

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


#fc215b Background Color

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

This div background color is #fc215b


#fc215b Border Color

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

This div border color is #fc215b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc215b


Comments

No comments written yet.

Please login to write comment.