Color Hex Logo

#fd54ab Color Hex

#FD54AB
(253,84,171)
0 Favorites   0 Comments

Color spaces of #fd54ab

RGB 25384171
HSL0.910.980.66
HSV329°67°99°
CMYK 0.000.670.32   0.01
XYZ51.029030.163641.6607
Yxy30.16360.41540.2455
Hunter Lab54.921469.7369-6.5295
CIE-Lab61.795171.0536-11.0656

#fd54ab color RGB value is (253,84,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010100 10101011
Octal 375 124 253
Decimal 253 84 171
Hex FD 54 AB

RGB Percentages of Color #fd54ab

%49.80
%16.54
%33.66

CMYK Percentages of Color #fd54ab

%0
%67
%32
%1

Triadic Colors of #fd54ab

#fd54ab #abfd54 #54abfd

Analogous Colors of #fd54ab

#fd54ab #fd5456 #fb54fd

Monochromatic Colors of #fd54ab

#fd54ab

Complementary Color

#fd54ab #54fda6

#fd54ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd54ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd54ab Color CSS Codes

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

#fd54ab Text Font Color

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

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


#fd54ab Background Color

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

This div background color is #fd54ab


#fd54ab Border Color

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

This div border color is #fd54ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd54ab


Comments

No comments written yet.

Please login to write comment.