Color Hex Logo

#fc485d Color Hex

#FC485D
(252,72,93)
0 Favorites   0 Comments

Color spaces of #fc485d

RGB 2527293
HSL0.980.970.64
HSV353°71°99°
CMYK 0.000.710.63   0.01
XYZ44.438026.120513.0555
Yxy26.12050.53150.3124
Hunter Lab51.108265.764320.6302
CIE-Lab58.151368.451329.2248

#fc485d color RGB value is (252,72,93).

#fc485d hex color red value is 252, green value is 72 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #fc485d hue: 0.98 , saturation: 0.97 and the lightness value of fc485d is 0.64.

The process color (four color CMYK) of #fc485d color hex is 0.00, 0.71, 0.63, 0.01. Web safe color of #fc485d is #ff3366. Color #fc485d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01001000 01011101
Octal 374 110 135
Decimal 252 72 93
Hex FC 48 5D

RGB Percentages of Color #fc485d

%60.43
%17.27
%22.30

CMYK Percentages of Color #fc485d

%0
%71
%63
%1

Triadic Colors of #fc485d

#fc485d #5dfc48 #485dfc

Analogous Colors of #fc485d

#fc485d #fc8d48 #fc48b7

Monochromatic Colors of #fc485d

#fc485d

Complementary Color

#fc485d #48fce7

#fc485d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc485d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc485d Color CSS Codes

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

#fc485d Text Font Color

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

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


#fc485d Background Color

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

This div background color is #fc485d


#fc485d Border Color

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

This div border color is #fc485d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc485d

Related Colors


Comments

No comments written yet.

Please login to write comment.