Color Hex Logo

#fc028d Color Hex

#FC028D
(252,2,141)
0 Favorites   0 Comments

Color spaces of #fc028d

RGB 2522141
HSL0.910.980.50
HSV327°99°99°
CMYK 0.000.990.44   0.01
XYZ44.974322.662027.2031
Yxy22.66200.47420.2390
Hunter Lab47.604685.3292-0.5573
CIE-Lab54.722584.7855-4.0296

#fc028d color RGB value is (252,2,141).

#fc028d hex color red value is 252, green value is 2 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #fc028d hue: 0.91 , saturation: 0.98 and the lightness value of fc028d is 0.50.

The process color (four color CMYK) of #fc028d color hex is 0.00, 0.99, 0.44, 0.01. Web safe color of #fc028d is #ff0099. Color #fc028d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000010 10001101
Octal 374 2 215
Decimal 252 2 141
Hex FC 2 8D

RGB Percentages of Color #fc028d

%63.80
%0.51
%35.70

CMYK Percentages of Color #fc028d

%0
%99
%44
%1

Triadic Colors of #fc028d

#fc028d #8dfc02 #028dfc

Analogous Colors of #fc028d

#fc028d #fc0210 #ee02fc

Monochromatic Colors of #fc028d

#fc028d

Complementary Color

#fc028d #02fc71

#fc028d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc028d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc028d Color CSS Codes

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

#fc028d Text Font Color

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

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


#fc028d Background Color

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

This div background color is #fc028d


#fc028d Border Color

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

This div border color is #fc028d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc028d


Comments

No comments written yet.

Please login to write comment.