Color Hex Logo

#fc217d Color Hex

#FC217D
(252,33,125)
0 Favorites   0 Comments

Color spaces of #fc217d

RGB 25233125
HSL0.930.970.56
HSV335°87°99°
CMYK 0.000.870.50   0.01
XYZ44.390423.263821.5528
Yxy23.26380.49760.2608
Hunter Lab48.232679.87397.2690
CIE-Lab55.343080.41716.4466

#fc217d color RGB value is (252,33,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100001 01111101
Octal 374 41 175
Decimal 252 33 125
Hex FC 21 7D

RGB Percentages of Color #fc217d

%61.46
%8.05
%30.49

CMYK Percentages of Color #fc217d

%0
%87
%50
%1

Triadic Colors of #fc217d

#fc217d #7dfc21 #217dfc

Analogous Colors of #fc217d

#fc217d #fc3221 #fc21eb

Monochromatic Colors of #fc217d

#fc217d

Complementary Color

#fc217d #21fca0

#fc217d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc217d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc217d Color CSS Codes

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

#fc217d Text Font Color

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

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


#fc217d Background Color

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

This div background color is #fc217d


#fc217d Border Color

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

This div border color is #fc217d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc217d


Comments

No comments written yet.

Please login to write comment.