Color Hex Logo

#fe3cab Color Hex

#FE3CAB
(254,60,171)
0 Favorites   0 Comments

Color spaces of #fe3cab

RGB 25460171
HSL0.900.990.62
HSV326°76°100°
CMYK 0.000.760.33   0.00
XYZ49.839627.242841.1596
Yxy27.24280.42150.2304
Hunter Lab52.194679.1054-10.2186
CIE-Lab59.198479.0642-14.9583

#fe3cab color RGB value is (254,60,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00111100 10101011
Octal 376 74 253
Decimal 254 60 171
Hex FE 3C AB

RGB Percentages of Color #fe3cab

%52.37
%12.37
%35.26

CMYK Percentages of Color #fe3cab

%0
%76
%33
%0

Triadic Colors of #fe3cab

#fe3cab #abfe3c #3cabfe

Analogous Colors of #fe3cab

#fe3cab #fe3c4a #f03cfe

Monochromatic Colors of #fe3cab

#fe3cab

Complementary Color

#fe3cab #3cfe8f

#fe3cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe3cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe3cab Color CSS Codes

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

#fe3cab Text Font Color

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

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


#fe3cab Background Color

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

This div background color is #fe3cab


#fe3cab Border Color

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

This div border color is #fe3cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe3cab

Related Colors


Comments

No comments written yet.

Please login to write comment.