Color Hex Logo

#fe36ab Color Hex

#FE36AB
(254,54,171)
0 Favorites   0 Comments

Color spaces of #fe36ab

RGB 25454171
HSL0.900.990.60
HSV325°79°100°
CMYK 0.000.790.33   0.00
XYZ49.542926.649441.0607
Yxy26.64940.42250.2273
Hunter Lab51.623180.9670-11.0228
CIE-Lab58.648480.6332-15.7906

#fe36ab color RGB value is (254,54,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110110 10101011
Octal 376 66 253
Decimal 254 54 171
Hex FE 36 AB

RGB Percentages of Color #fe36ab

%53.03
%11.27
%35.70

CMYK Percentages of Color #fe36ab

%0
%79
%33
%0

Triadic Colors of #fe36ab

#fe36ab #abfe36 #36abfe

Analogous Colors of #fe36ab

#fe36ab #fe3647 #ed36fe

Monochromatic Colors of #fe36ab

#fe36ab

Complementary Color

#fe36ab #36fe89

#fe36ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe36ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe36ab Color CSS Codes

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

#fe36ab Text Font Color

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

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


#fe36ab Background Color

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

This div background color is #fe36ab


#fe36ab Border Color

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

This div border color is #fe36ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,54,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 #fe36ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe36ab


Comments

No comments written yet.

Please login to write comment.