Color Hex Logo

#fd389a Color Hex

#FD389A
(253,56,154)
0 Favorites   0 Comments

Color spaces of #fd389a

RGB 25356154
HSL0.920.980.61
HSV330°78°99°
CMYK 0.000.780.39   0.01
XYZ47.754926.044133.0819
Yxy26.04410.44680.2437
Hunter Lab51.033477.7242-2.7108
CIE-Lab58.078978.1878-6.7317

#fd389a color RGB value is (253,56,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00111000 10011010
Octal 375 70 232
Decimal 253 56 154
Hex FD 38 9A

RGB Percentages of Color #fd389a

%54.64
%12.10
%33.26

CMYK Percentages of Color #fd389a

%0
%78
%39
%1

Triadic Colors of #fd389a

#fd389a #9afd38 #389afd

Analogous Colors of #fd389a

#fd389a #fd3838 #fd38fd

Monochromatic Colors of #fd389a

#fd389a

Complementary Color

#fd389a #38fd9b

#fd389a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd389a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd389a Color CSS Codes

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

#fd389a Text Font Color

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

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


#fd389a Background Color

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

This div background color is #fd389a


#fd389a Border Color

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

This div border color is #fd389a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd389a


Comments

No comments written yet.

Please login to write comment.