Color Hex Logo

#fc468e Color Hex

#FC468E
(252,70,142)
0 Favorites   0 Comments

Color spaces of #fc468e

RGB 25270142
HSL0.930.970.63
HSV336°72°99°
CMYK 0.000.720.44   0.01
XYZ47.217527.028828.3196
Yxy27.02880.46040.2635
Hunter Lab51.989271.13564.0960
CIE-Lab59.001072.71661.6469

#fc468e color RGB value is (252,70,142).

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

The process color (four color CMYK) of #fc468e color hex is 0.00, 0.72, 0.44, 0.01. Web safe color of #fc468e is #ff3399. Color #fc468e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000110 10001110
Octal 374 106 216
Decimal 252 70 142
Hex FC 46 8E

RGB Percentages of Color #fc468e

%54.31
%15.09
%30.60

CMYK Percentages of Color #fc468e

%0
%72
%44
%1

Triadic Colors of #fc468e

#fc468e #8efc46 #468efc

Analogous Colors of #fc468e

#fc468e #fc5946 #fc46e9

Monochromatic Colors of #fc468e

#fc468e

Complementary Color

#fc468e #46fcb4

#fc468e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc468e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc468e Color CSS Codes

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

#fc468e Text Font Color

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

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


#fc468e Background Color

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

This div background color is #fc468e


#fc468e Border Color

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

This div border color is #fc468e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,70,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 #fc468e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc468e

Related Colors


Comments

No comments written yet.

Please login to write comment.