Color Hex Logo

#fe3abc Color Hex

#FE3ABC
(254,58,188)
0 Favorites   0 Comments

Color spaces of #fe3abc

RGB 25458188
HSL0.890.990.61
HSV320°77°100°
CMYK 0.000.770.26   0.00
XYZ51.463227.727850.2165
Yxy27.72780.39770.2143
Hunter Lab52.657282.3025-19.6818
CIE-Lab59.642081.4836-24.1054

#fe3abc color RGB value is (254,58,188).

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

The process color (four color CMYK) of #fe3abc color hex is 0.00, 0.77, 0.26, 0.00. Web safe color of #fe3abc is #ff33cc. Color #fe3abc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00111010 10111100
Octal 376 72 274
Decimal 254 58 188
Hex FE 3A BC

RGB Percentages of Color #fe3abc

%50.80
%11.60
%37.60

CMYK Percentages of Color #fe3abc

%0
%77
%26
%0

Triadic Colors of #fe3abc

#fe3abc #bcfe3a #3abcfe

Analogous Colors of #fe3abc

#fe3abc #fe3a5a #de3afe

Monochromatic Colors of #fe3abc

#fe3abc

Complementary Color

#fe3abc #3afe7c

#fe3abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe3abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe3abc Color CSS Codes

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

#fe3abc Text Font Color

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

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


#fe3abc Background Color

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

This div background color is #fe3abc


#fe3abc Border Color

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

This div border color is #fe3abc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,58,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe3abc


Comments

No comments written yet.

Please login to write comment.