Color Hex Logo

#fd389b Color Hex

#FD389B
(253,56,155)
0 Favorites   0 Comments

Color spaces of #fd389b

RGB 25356155
HSL0.920.980.61
HSV330°78°99°
CMYK 0.000.780.39   0.01
XYZ47.838626.077633.5224
Yxy26.07760.44530.2427
Hunter Lab51.066277.8520-3.1745
CIE-Lab58.110678.2830-7.2711

#fd389b color RGB value is (253,56,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00111000 10011011
Octal 375 70 233
Decimal 253 56 155
Hex FD 38 9B

RGB Percentages of Color #fd389b

%54.53
%12.07
%33.41

CMYK Percentages of Color #fd389b

%0
%78
%39
%1

Triadic Colors of #fd389b

#fd389b #9bfd38 #389bfd

Analogous Colors of #fd389b

#fd389b #fd3839 #fd38fd

Monochromatic Colors of #fd389b

#fd389b

Complementary Color

#fd389b #38fd9a

#fd389b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd389b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd389b Color CSS Codes

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

#fd389b Text Font Color

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

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


#fd389b Background Color

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

This div background color is #fd389b


#fd389b Border Color

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

This div border color is #fd389b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd389b

Related Colors


Comments

No comments written yet.

Please login to write comment.