Color Hex Logo

#fe029b Color Hex

#FE029B
(254,2,155)
0 Favorites   0 Comments

Color spaces of #fe029b

RGB 2542155
HSL0.900.990.50
HSV324°99°100°
CMYK 0.000.990.39   0.00
XYZ46.811223.480833.0754
Yxy23.48080.45290.2272
Hunter Lab48.457087.6377-6.5498
CIE-Lab55.564286.3913-11.0586

#fe029b color RGB value is (254,2,155).

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

The process color (four color CMYK) of #fe029b color hex is 0.00, 0.99, 0.39, 0.00. Web safe color of #fe029b is #ff0099. Color #fe029b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000010 10011011
Octal 376 2 233
Decimal 254 2 155
Hex FE 2 9B

RGB Percentages of Color #fe029b

%61.80
%0.49
%37.71

CMYK Percentages of Color #fe029b

%0
%99
%39
%0

Triadic Colors of #fe029b

#fe029b #9bfe02 #029bfe

Analogous Colors of #fe029b

#fe029b #fe021d #e302fe

Monochromatic Colors of #fe029b

#fe029b

Complementary Color

#fe029b #02fe65

#fe029b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe029b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe029b Color CSS Codes

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

#fe029b Text Font Color

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

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


#fe029b Background Color

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

This div background color is #fe029b


#fe029b Border Color

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

This div border color is #fe029b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe029b


Comments

No comments written yet.

Please login to write comment.