Color Hex Logo

#fe53ab Color Hex

#FE53AB
(254,83,171)
0 Favorites   0 Comments

Color spaces of #fe53ab

RGB 25483171
HSL0.910.990.66
HSV329°67°100°
CMYK 0.000.670.33   0.00
XYZ51.317030.197641.6521
Yxy30.19760.41660.2452
Hunter Lab54.952370.5248-6.4733
CIE-Lab61.824371.6907-11.0053

#fe53ab color RGB value is (254,83,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010011 10101011
Octal 376 123 253
Decimal 254 83 171
Hex FE 53 AB

RGB Percentages of Color #fe53ab

%50.00
%16.34
%33.66

CMYK Percentages of Color #fe53ab

%0
%67
%33
%0

Triadic Colors of #fe53ab

#fe53ab #abfe53 #53abfe

Analogous Colors of #fe53ab

#fe53ab #fe5356 #fc53fe

Monochromatic Colors of #fe53ab

#fe53ab

Complementary Color

#fe53ab #53fea6

#fe53ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe53ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe53ab Color CSS Codes

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

#fe53ab Text Font Color

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

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


#fe53ab Background Color

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

This div background color is #fe53ab


#fe53ab Border Color

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

This div border color is #fe53ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe53ab

Related Colors


Comments

No comments written yet.

Please login to write comment.