Color Hex Logo

#fd7486 Color Hex

#FD7486
(253,116,134)
0 Favorites   0 Comments

Color spaces of #fd7486

RGB 253116134
HSL0.980.970.72
HSV352°54°99°
CMYK 0.000.540.47   0.01
XYZ51.056535.094726.6372
Yxy35.09470.45270.3112
Hunter Lab59.240850.168414.8092
CIE-Lab65.822353.767915.9877

#fd7486 color RGB value is (253,116,134).

#fd7486 hex color red value is 253, green value is 116 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #fd7486 hue: 0.98 , saturation: 0.97 and the lightness value of fd7486 is 0.72.

The process color (four color CMYK) of #fd7486 color hex is 0.00, 0.54, 0.47, 0.01. Web safe color of #fd7486 is #ff6699. Color #fd7486 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110100 10000110
Octal 375 164 206
Decimal 253 116 134
Hex FD 74 86

RGB Percentages of Color #fd7486

%50.30
%23.06
%26.64

CMYK Percentages of Color #fd7486

%0
%54
%47
%1

Triadic Colors of #fd7486

#fd7486 #86fd74 #7486fd

Analogous Colors of #fd7486

#fd7486 #fda774 #fd74cb

Monochromatic Colors of #fd7486

#fd7486

Complementary Color

#fd7486 #74fdeb

#fd7486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd7486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd7486 Color CSS Codes

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

#fd7486 Text Font Color

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

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


#fd7486 Background Color

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

This div background color is #fd7486


#fd7486 Border Color

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

This div border color is #fd7486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd7486


Comments

No comments written yet.

Please login to write comment.