Color Hex Logo

#fc456d Color Hex

#FC456D
(252,69,109)
0 Favorites   0 Comments

Color spaces of #fc456d

RGB 25269109
HSL0.960.970.63
HSV347°73°99°
CMYK 0.000.730.57   0.01
XYZ45.033326.055817.1238
Yxy26.05580.51050.2954
Hunter Lab51.044968.149415.8417
CIE-Lab58.090070.440619.7862

#fc456d color RGB value is (252,69,109).

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

The process color (four color CMYK) of #fc456d color hex is 0.00, 0.73, 0.57, 0.01. Web safe color of #fc456d is #ff3366. Color #fc456d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000101 01101101
Octal 374 105 155
Decimal 252 69 109
Hex FC 45 6D

RGB Percentages of Color #fc456d

%58.60
%16.05
%25.35

CMYK Percentages of Color #fc456d

%0
%73
%57
%1

Triadic Colors of #fc456d

#fc456d #6dfc45 #456dfc

Analogous Colors of #fc456d

#fc456d #fc7945 #fc45c9

Monochromatic Colors of #fc456d

#fc456d

Complementary Color

#fc456d #45fcd4

#fc456d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc456d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc456d Color CSS Codes

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

#fc456d Text Font Color

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

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


#fc456d Background Color

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

This div background color is #fc456d


#fc456d Border Color

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

This div border color is #fc456d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc456d

Related Colors


Comments

No comments written yet.

Please login to write comment.