Color Hex Logo

#fc214b Color Hex

#FC214B
(252,33,75)
0 Favorites   0 Comments

Color spaces of #fc214b

RGB 2523375
HSL0.970.970.56
HSV348°87°99°
CMYK 0.000.870.70   0.01
XYZ41.958722.29128.7478
Yxy22.29120.57480.3054
Hunter Lab47.213676.009322.0641
CIE-Lab54.334677.546734.9668

#fc214b color RGB value is (252,33,75).

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

The process color (four color CMYK) of #fc214b color hex is 0.00, 0.87, 0.70, 0.01. Web safe color of #fc214b is #ff3333. Color #fc214b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100001 01001011
Octal 374 41 113
Decimal 252 33 75
Hex FC 21 4B

RGB Percentages of Color #fc214b

%70.00
%9.17
%20.83

CMYK Percentages of Color #fc214b

%0
%87
%70
%1

Triadic Colors of #fc214b

#fc214b #4bfc21 #214bfc

Analogous Colors of #fc214b

#fc214b #fc6521 #fc21b9

Monochromatic Colors of #fc214b

#fc214b

Complementary Color

#fc214b #21fcd2

#fc214b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc214b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc214b Color CSS Codes

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

#fc214b Text Font Color

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

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


#fc214b Background Color

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

This div background color is #fc214b


#fc214b Border Color

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

This div border color is #fc214b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc214b

Related Colors


Comments

No comments written yet.

Please login to write comment.