Color Hex Logo

#fc464b Color Hex

#FC464B
(252,70,75)
0 Favorites   0 Comments

Color spaces of #fc464b

RGB 2527075
HSL1.000.970.63
HSV358°72°99°
CMYK 0.000.720.70   0.01
XYZ43.605025.58389.2965
Yxy25.58380.55560.3260
Hunter Lab50.580465.367724.5090
CIE-Lab57.639968.215438.8976

#fc464b color RGB value is (252,70,75).

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

The process color (four color CMYK) of #fc464b color hex is 0.00, 0.72, 0.70, 0.01. Web safe color of #fc464b is #ff3333. Color #fc464b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000110 01001011
Octal 374 106 113
Decimal 252 70 75
Hex FC 46 4B

RGB Percentages of Color #fc464b

%63.48
%17.63
%18.89

CMYK Percentages of Color #fc464b

%0
%72
%70
%1

Triadic Colors of #fc464b

#fc464b #4bfc46 #464bfc

Analogous Colors of #fc464b

#fc464b #fc9c46 #fc46a6

Monochromatic Colors of #fc464b

#fc464b

Complementary Color

#fc464b #46fcf7

#fc464b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc464b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc464b Color CSS Codes

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

#fc464b Text Font Color

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

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


#fc464b Background Color

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

This div background color is #fc464b


#fc464b Border Color

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

This div border color is #fc464b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc464b

Related Colors


Comments

No comments written yet.

Please login to write comment.