Color Hex Logo

#fd5396 Color Hex

#FD5396
(253,83,150)
0 Favorites   0 Comments

Color spaces of #fd5396

RGB 25383150
HSL0.930.980.66
HSV336°67°99°
CMYK 0.000.670.41   0.01
XYZ49.106329.271231.9159
Yxy29.27120.44520.2654
Hunter Lab54.102967.33502.8962
CIE-Lab61.020269.2243-0.0618

#fd5396 color RGB value is (253,83,150).

#fd5396 hex color red value is 253, green value is 83 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #fd5396 hue: 0.93 , saturation: 0.98 and the lightness value of fd5396 is 0.66.

The process color (four color CMYK) of #fd5396 color hex is 0.00, 0.67, 0.41, 0.01. Web safe color of #fd5396 is #ff6699. Color #fd5396 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010011 10010110
Octal 375 123 226
Decimal 253 83 150
Hex FD 53 96

RGB Percentages of Color #fd5396

%52.06
%17.08
%30.86

CMYK Percentages of Color #fd5396

%0
%67
%41
%1

Triadic Colors of #fd5396

#fd5396 #96fd53 #5396fd

Analogous Colors of #fd5396

#fd5396 #fd6553 #fd53eb

Monochromatic Colors of #fd5396

#fd5396

Complementary Color

#fd5396 #53fdba

#fd5396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd5396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd5396 Color CSS Codes

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

#fd5396 Text Font Color

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

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


#fd5396 Background Color

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

This div background color is #fd5396


#fd5396 Border Color

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

This div border color is #fd5396


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd5396


Comments

No comments written yet.

Please login to write comment.