Color Hex Logo

#fc469e Color Hex

#FC469E
(252,70,158)
0 Favorites   0 Comments

Color spaces of #fc469e

RGB 25270158
HSL0.920.970.63
HSV331°72°99°
CMYK 0.000.720.37   0.01
XYZ48.506627.544435.1078
Yxy27.54440.43640.2478
Hunter Lab52.482873.1318-2.9235
CIE-Lab59.474974.2453-7.0152

#fc469e color RGB value is (252,70,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000110 10011110
Octal 374 106 236
Decimal 252 70 158
Hex FC 46 9E

RGB Percentages of Color #fc469e

%52.50
%14.58
%32.92

CMYK Percentages of Color #fc469e

%0
%72
%37
%1

Triadic Colors of #fc469e

#fc469e #9efc46 #469efc

Analogous Colors of #fc469e

#fc469e #fc4946 #fc46f9

Monochromatic Colors of #fc469e

#fc469e

Complementary Color

#fc469e #46fca4

#fc469e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc469e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc469e Color CSS Codes

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

#fc469e Text Font Color

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

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


#fc469e Background Color

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

This div background color is #fc469e


#fc469e Border Color

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

This div border color is #fc469e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc469e


Comments

No comments written yet.

Please login to write comment.