Color Hex Logo

#fe0ac5 Color Hex

#FE0AC5
(254,10,197)
0 Favorites   0 Comments

Color spaces of #fe0ac5

RGB 25410197
HSL0.870.990.52
HSV314°96°100°
CMYK 0.000.960.22   0.00
XYZ51.059625.319155.0193
Yxy25.31910.38860.1927
Hunter Lab50.318193.0738-29.6068
CIE-Lab57.385090.1439-32.7738

#fe0ac5 color RGB value is (254,10,197).

#fe0ac5 hex color red value is 254, green value is 10 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #fe0ac5 hue: 0.87 , saturation: 0.99 and the lightness value of fe0ac5 is 0.52.

The process color (four color CMYK) of #fe0ac5 color hex is 0.00, 0.96, 0.22, 0.00. Web safe color of #fe0ac5 is #ff00cc. Color #fe0ac5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00001010 11000101
Octal 376 12 305
Decimal 254 10 197
Hex FE A C5

RGB Percentages of Color #fe0ac5

%55.10
%2.17
%42.73

CMYK Percentages of Color #fe0ac5

%0
%96
%22
%0

Triadic Colors of #fe0ac5

#fe0ac5 #c5fe0a #0ac5fe

Analogous Colors of #fe0ac5

#fe0ac5 #fe0a4b #bd0afe

Monochromatic Colors of #fe0ac5

#fe0ac5

Complementary Color

#fe0ac5 #0afe43

#fe0ac5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe0ac5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe0ac5 Color CSS Codes

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

#fe0ac5 Text Font Color

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

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


#fe0ac5 Background Color

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

This div background color is #fe0ac5


#fe0ac5 Border Color

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

This div border color is #fe0ac5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe0ac5

Related Colors


Comments

No comments written yet.

Please login to write comment.