Color Hex Logo

#fe2ac8 Color Hex

#FE2AC8
(254,42,200)
0 Favorites   0 Comments

Color spaces of #fe2ac8

RGB 25442200
HSL0.880.990.58
HSV315°83°100°
CMYK 0.000.830.21   0.00
XYZ52.126326.896957.0878
Yxy26.89690.38300.1976
Hunter Lab51.862288.6500-28.9604
CIE-Lab58.878886.5163-32.1702

#fe2ac8 color RGB value is (254,42,200).

#fe2ac8 hex color red value is 254, green value is 42 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #fe2ac8 hue: 0.88 , saturation: 0.99 and the lightness value of fe2ac8 is 0.58.

The process color (four color CMYK) of #fe2ac8 color hex is 0.00, 0.83, 0.21, 0.00. Web safe color of #fe2ac8 is #ff33cc. Color #fe2ac8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00101010 11001000
Octal 376 52 310
Decimal 254 42 200
Hex FE 2A C8

RGB Percentages of Color #fe2ac8

%51.21
%8.47
%40.32

CMYK Percentages of Color #fe2ac8

%0
%83
%21
%0

Triadic Colors of #fe2ac8

#fe2ac8 #c8fe2a #2ac8fe

Analogous Colors of #fe2ac8

#fe2ac8 #fe2a5e #ca2afe

Monochromatic Colors of #fe2ac8

#fe2ac8

Complementary Color

#fe2ac8 #2afe60

#fe2ac8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe2ac8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe2ac8 Color CSS Codes

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

#fe2ac8 Text Font Color

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

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


#fe2ac8 Background Color

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

This div background color is #fe2ac8


#fe2ac8 Border Color

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

This div border color is #fe2ac8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe2ac8

Related Colors


Comments

No comments written yet.

Please login to write comment.