Color Hex Logo

#fc038e Color Hex

#FC038E
(252,3,142)
0 Favorites   0 Comments

Color spaces of #fc038e

RGB 2523142
HSL0.910.980.50
HSV327°99°99°
CMYK 0.000.990.44   0.01
XYZ45.059922.713627.6004
Yxy22.71360.47250.2382
Hunter Lab47.658885.3633-0.9752
CIE-Lab54.776184.8013-4.5474

#fc038e color RGB value is (252,3,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000011 10001110
Octal 374 3 216
Decimal 252 3 142
Hex FC 3 8E

RGB Percentages of Color #fc038e

%63.48
%0.76
%35.77

CMYK Percentages of Color #fc038e

%0
%99
%44
%1

Triadic Colors of #fc038e

#fc038e #8efc03 #038efc

Analogous Colors of #fc038e

#fc038e #fc0312 #ee03fc

Monochromatic Colors of #fc038e

#fc038e

Complementary Color

#fc038e #03fc71

#fc038e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc038e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc038e Color CSS Codes

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

#fc038e Text Font Color

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

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


#fc038e Background Color

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

This div background color is #fc038e


#fc038e Border Color

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

This div border color is #fc038e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc038e


Comments

No comments written yet.

Please login to write comment.