color codes Logo

#fe136d color codes

#FE136D
(254,19,109)
0 Favorites   0 Comments

Color spaces of #fe136d

RGB 25419109
HSL0.940.990.54
HSV337°93°100°
CMYK 0.000.930.57   0.00
XYZ43.866222.640716.5261
Yxy22.64070.52830.2727
Hunter Lab47.582281.290712.7152
CIE-Lab54.700381.654415.2129

#fe136d color RGB value is (254,19,109).

#fe136d hex color red value is 254, green value is 19 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #fe136d hue: 0.94 , saturation: 0.99 and the lightness value of fe136d is 0.54.

The process color (four color CMYK) of #fe136d color code is 0.00, 0.93, 0.57, 0.00. Web safe color of #fe136d is #ff0066. Color #fe136d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010011 01101101
Octal 376 23 155
Decimal 254 19 109
Hex FE 13 6D

RGB Percentages of Color #fe136d

%66.49
%4.97
%28.53

CMYK Percentages of Color #fe136d

%0
%93
%57
%0

Triadic Colors of #fe136d

#fe136d #6dfe13 #136dfe

Analogous Colors of #fe136d

#fe136d #fe2e13 #fe13e3

Monochromatic Colors of #fe136d

#fe136d

Complementary Color

#fe136d #13fea4

#fe136d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe136d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe136d Color CSS Codes

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

#fe136d Text Font Color

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

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


#fe136d Background Color

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

This div background color is #fe136d


#fe136d Border Color

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

This div border color is #fe136d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe136d

Related Colors


Comments

No comments written yet.

Please login to write comment.