Color Hex Logo

#fd6584 Color Hex

#FD6584
(253,101,132)
0 Favorites   0 Comments

Color spaces of #fd6584

RGB 253101132
HSL0.970.970.69
HSV348°60°99°
CMYK 0.000.600.48   0.01
XYZ49.326631.856025.3788
Yxy31.85600.46290.2989
Hunter Lab56.441157.227712.8490
CIE-Lab63.223760.325713.5089

#fd6584 color RGB value is (253,101,132).

#fd6584 hex color red value is 253, green value is 101 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #fd6584 hue: 0.97 , saturation: 0.97 and the lightness value of fd6584 is 0.69.

The process color (four color CMYK) of #fd6584 color hex is 0.00, 0.60, 0.48, 0.01. Web safe color of #fd6584 is #ff6699. Color #fd6584 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100101 10000100
Octal 375 145 204
Decimal 253 101 132
Hex FD 65 84

RGB Percentages of Color #fd6584

%52.06
%20.78
%27.16

CMYK Percentages of Color #fd6584

%0
%60
%48
%1

Triadic Colors of #fd6584

#fd6584 #84fd65 #6584fd

Analogous Colors of #fd6584

#fd6584 #fd9265 #fd65d0

Monochromatic Colors of #fd6584

#fd6584

Complementary Color

#fd6584 #65fdde

#fd6584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd6584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd6584 Color CSS Codes

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

#fd6584 Text Font Color

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

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


#fd6584 Background Color

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

This div background color is #fd6584


#fd6584 Border Color

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

This div border color is #fd6584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd6584

#fd6584 Color Palettes


Comments

No comments written yet.

Please login to write comment.