Color Hex Logo

#fd487b Color Hex

#FD487B
(253,72,123)
0 Favorites   0 Comments

Color spaces of #fd487b

RGB 25372123
HSL0.950.980.64
HSV343°72°99°
CMYK 0.000.720.51   0.01
XYZ46.400526.947421.4947
Yxy26.94740.48920.2841
Hunter Lab51.910968.708011.7875
CIE-Lab58.925670.744212.7283

#fd487b color RGB value is (253,72,123).

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

The process color (four color CMYK) of #fd487b color hex is 0.00, 0.72, 0.51, 0.01. Web safe color of #fd487b is #ff3366. Color #fd487b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01001000 01111011
Octal 375 110 173
Decimal 253 72 123
Hex FD 48 7B

RGB Percentages of Color #fd487b

%56.47
%16.07
%27.46

CMYK Percentages of Color #fd487b

%0
%72
%51
%1

Triadic Colors of #fd487b

#fd487b #7bfd48 #487bfd

Analogous Colors of #fd487b

#fd487b #fd7048 #fd48d6

Monochromatic Colors of #fd487b

#fd487b

Complementary Color

#fd487b #48fdca

#fd487b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd487b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd487b Color CSS Codes

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

#fd487b Text Font Color

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

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


#fd487b Background Color

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

This div background color is #fd487b


#fd487b Border Color

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

This div border color is #fd487b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd487b

Related Colors


Comments

No comments written yet.

Please login to write comment.