Color Hex Logo

#fc027f Color Hex

#FC027F
(252,2,127)
0 Favorites   0 Comments

Color spaces of #fc027f

RGB 2522127
HSL0.920.980.50
HSV330°99°99°
CMYK 0.000.990.50   0.01
XYZ43.997422.271222.0585
Yxy22.27120.49810.2521
Hunter Lab47.192483.82875.3215
CIE-Lab54.313683.70623.7671

#fc027f color RGB value is (252,2,127).

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

The process color (four color CMYK) of #fc027f color hex is 0.00, 0.99, 0.50, 0.01. Web safe color of #fc027f is #ff0066. Color #fc027f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000010 01111111
Octal 374 2 177
Decimal 252 2 127
Hex FC 2 7F

RGB Percentages of Color #fc027f

%66.14
%0.52
%33.33

CMYK Percentages of Color #fc027f

%0
%99
%50
%1

Triadic Colors of #fc027f

#fc027f #7ffc02 #027ffc

Analogous Colors of #fc027f

#fc027f #fc0202 #fc02fc

Monochromatic Colors of #fc027f

#fc027f

Complementary Color

#fc027f #02fc7f

#fc027f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc027f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc027f Color CSS Codes

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

#fc027f Text Font Color

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

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


#fc027f Background Color

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

This div background color is #fc027f


#fc027f Border Color

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

This div border color is #fc027f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc027f

Related Colors


Comments

No comments written yet.

Please login to write comment.