Color Hex Logo

#fd389e Color Hex

#FD389E
(253,56,158)
0 Favorites   0 Comments

Color spaces of #fd389e

RGB 25356158
HSL0.910.980.61
HSV329°78°99°
CMYK 0.000.780.38   0.01
XYZ48.093726.179634.8661
Yxy26.17960.44070.2399
Hunter Lab51.166078.2413-4.5858
CIE-Lab58.207178.5728-8.8855

#fd389e color RGB value is (253,56,158).

#fd389e hex color red value is 253, green value is 56 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fd389e hue: 0.91 , saturation: 0.98 and the lightness value of fd389e is 0.61.

The process color (four color CMYK) of #fd389e color hex is 0.00, 0.78, 0.38, 0.01. Web safe color of #fd389e is #ff3399. Color #fd389e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00111000 10011110
Octal 375 70 236
Decimal 253 56 158
Hex FD 38 9E

RGB Percentages of Color #fd389e

%54.18
%11.99
%33.83

CMYK Percentages of Color #fd389e

%0
%78
%38
%1

Triadic Colors of #fd389e

#fd389e #9efd38 #389efd

Analogous Colors of #fd389e

#fd389e #fd383b #fa38fd

Monochromatic Colors of #fd389e

#fd389e

Complementary Color

#fd389e #38fd97

#fd389e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd389e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd389e Color CSS Codes

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

#fd389e Text Font Color

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

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


#fd389e Background Color

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

This div background color is #fd389e


#fd389e Border Color

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

This div border color is #fd389e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd389e


Comments

No comments written yet.

Please login to write comment.