Color Hex Logo

#fd45ab Color Hex

#FD45AB
(253,69,171)
0 Favorites   0 Comments

Color spaces of #fd45ab

RGB 25369171
HSL0.910.980.63
HSV327°73°99°
CMYK 0.000.730.32   0.01
XYZ49.986828.079241.3133
Yxy28.07920.41870.2352
Hunter Lab52.989875.6520-9.1324
CIE-Lab59.960276.1770-13.8246

#fd45ab color RGB value is (253,69,171).

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

The process color (four color CMYK) of #fd45ab color hex is 0.00, 0.73, 0.32, 0.01. Web safe color of #fd45ab is #ff3399. Color #fd45ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01000101 10101011
Octal 375 105 253
Decimal 253 69 171
Hex FD 45 AB

RGB Percentages of Color #fd45ab

%51.32
%14.00
%34.69

CMYK Percentages of Color #fd45ab

%0
%73
%32
%1

Triadic Colors of #fd45ab

#fd45ab #abfd45 #45abfd

Analogous Colors of #fd45ab

#fd45ab #fd454f #f345fd

Monochromatic Colors of #fd45ab

#fd45ab

Complementary Color

#fd45ab #45fd97

#fd45ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd45ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd45ab Color CSS Codes

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

#fd45ab Text Font Color

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

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


#fd45ab Background Color

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

This div background color is #fd45ab


#fd45ab Border Color

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

This div border color is #fd45ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,69,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 #fd45ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd45ab


Comments

No comments written yet.

Please login to write comment.