Color Hex Logo

#fe2caa Color Hex

#FE2CAA
(254,44,170)
0 Favorites   0 Comments

Color spaces of #fe2caa

RGB 25444170
HSL0.900.990.58
HSV324°83°100°
CMYK 0.000.830.33   0.00
XYZ49.029425.774540.4210
Yxy25.77450.42550.2237
Hunter Lab50.768683.5400-11.6676
CIE-Lab57.822482.7985-16.4605

#fe2caa color RGB value is (254,44,170).

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

The process color (four color CMYK) of #fe2caa color hex is 0.00, 0.83, 0.33, 0.00. Web safe color of #fe2caa is #ff3399. Color #fe2caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00101100 10101010
Octal 376 54 252
Decimal 254 44 170
Hex FE 2C AA

RGB Percentages of Color #fe2caa

%54.27
%9.40
%36.32

CMYK Percentages of Color #fe2caa

%0
%83
%33
%0

Triadic Colors of #fe2caa

#fe2caa #aafe2c #2caafe

Analogous Colors of #fe2caa

#fe2caa #fe2c41 #e92cfe

Monochromatic Colors of #fe2caa

#fe2caa

Complementary Color

#fe2caa #2cfe80

#fe2caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe2caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe2caa Color CSS Codes

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

#fe2caa Text Font Color

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

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


#fe2caa Background Color

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

This div background color is #fe2caa


#fe2caa Border Color

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

This div border color is #fe2caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe2caa


Comments

No comments written yet.

Please login to write comment.