color codes Logo

#fe03ab color codes

#FE03AB
(254,3,171)
0 Favorites   0 Comments

Color spaces of #fe03ab

RGB 2543171
HSL0.890.990.50
HSV320°99°100°
CMYK 0.000.990.33   0.00
XYZ48.256324.076240.6319
Yxy24.07620.42720.2131
Hunter Lab49.067589.6808-14.7497
CIE-Lab56.164087.8279-19.5693

#fe03ab color RGB value is (254,3,171).

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

The process color (four color CMYK) of #fe03ab color code is 0.00, 0.99, 0.33, 0.00. Web safe color of #fe03ab is #ff0099. Color #fe03ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000011 10101011
Octal 376 3 253
Decimal 254 3 171
Hex FE 3 AB

RGB Percentages of Color #fe03ab

%59.35
%0.70
%39.95

CMYK Percentages of Color #fe03ab

%0
%99
%33
%0

Triadic Colors of #fe03ab

#fe03ab #abfe03 #03abfe

Analogous Colors of #fe03ab

#fe03ab #fe032d #d403fe

Monochromatic Colors of #fe03ab

#fe03ab

Complementary Color

#fe03ab #03fe56

#fe03ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe03ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe03ab Color CSS Codes

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

#fe03ab Text Font Color

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

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


#fe03ab Background Color

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

This div background color is #fe03ab


#fe03ab Border Color

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

This div border color is #fe03ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe03ab


Comments

No comments written yet.

Please login to write comment.