Color Hex Logo

#fc215d Color Hex

#FC215D
(252,33,93)
1 Favorites   0 Comments

Color spaces of #fc215d

RGB 2523393
HSL0.950.970.56
HSV344°87°99°
CMYK 0.000.870.63   0.01
XYZ42.664522.573512.4644
Yxy22.57350.54910.2905
Hunter Lab47.511677.144417.7037
CIE-Lab54.630378.395124.6657

#fc215d color RGB value is (252,33,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100001 01011101
Octal 374 41 135
Decimal 252 33 93
Hex FC 21 5D

RGB Percentages of Color #fc215d

%66.67
%8.73
%24.60

CMYK Percentages of Color #fc215d

%0
%87
%63
%1

Triadic Colors of #fc215d

#fc215d #5dfc21 #215dfc

Analogous Colors of #fc215d

#fc215d #fc5221 #fc21cb

Monochromatic Colors of #fc215d

#fc215d

Complementary Color

#fc215d #21fcc0

#fc215d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc215d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc215d Color CSS Codes

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

#fc215d Text Font Color

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

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


#fc215d Background Color

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

This div background color is #fc215d


#fc215d Border Color

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

This div border color is #fc215d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc215d

Related Colors


Comments

No comments written yet.

Please login to write comment.