Color Hex Logo

#fe729b Color Hex

#FE729B
(254,114,155)
0 Favorites   0 Comments

Color spaces of #fe729b

RGB 254114155
HSL0.950.990.72
HSV342°55°100°
CMYK 0.000.550.39   0.00
XYZ52.806835.472035.0739
Yxy35.47200.42810.2876
Hunter Lab59.558454.03806.7750
CIE-Lab66.114557.10114.4766

#fe729b color RGB value is (254,114,155).

#fe729b hex color red value is 254, green value is 114 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #fe729b hue: 0.95 , saturation: 0.99 and the lightness value of fe729b is 0.72.

The process color (four color CMYK) of #fe729b color hex is 0.00, 0.55, 0.39, 0.00. Web safe color of #fe729b is #ff6699. Color #fe729b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110010 10011011
Octal 376 162 233
Decimal 254 114 155
Hex FE 72 9B

RGB Percentages of Color #fe729b

%48.57
%21.80
%29.64

CMYK Percentages of Color #fe729b

%0
%55
%39
%0

Triadic Colors of #fe729b

#fe729b #9bfe72 #729bfe

Analogous Colors of #fe729b

#fe729b #fe8f72 #fe72e1

Monochromatic Colors of #fe729b

#fe729b

Complementary Color

#fe729b #72fed5

#fe729b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe729b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe729b Color CSS Codes

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

#fe729b Text Font Color

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

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


#fe729b Background Color

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

This div background color is #fe729b


#fe729b Border Color

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

This div border color is #fe729b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe729b


Comments

No comments written yet.

Please login to write comment.