Color Hex Logo

#fe276e Color Hex

#FE276E
(254,39,110)
0 Favorites   0 Comments

Color spaces of #fe276e

RGB 25439110
HSL0.940.990.57
HSV340°85°100°
CMYK 0.000.850.57   0.00
XYZ44.413023.647716.9755
Yxy23.64770.52230.2781
Hunter Lab48.628977.924313.3431
CIE-Lab55.733378.800616.0355

#fe276e color RGB value is (254,39,110).

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

The process color (four color CMYK) of #fe276e color hex is 0.00, 0.85, 0.57, 0.00. Web safe color of #fe276e is #ff3366. Color #fe276e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100111 01101110
Octal 376 47 156
Decimal 254 39 110
Hex FE 27 6E

RGB Percentages of Color #fe276e

%63.03
%9.68
%27.30

CMYK Percentages of Color #fe276e

%0
%85
%57
%0

Triadic Colors of #fe276e

#fe276e #6efe27 #276efe

Analogous Colors of #fe276e

#fe276e #fe4b27 #fe27da

Monochromatic Colors of #fe276e

#fe276e

Complementary Color

#fe276e #27feb7

#fe276e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe276e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe276e Color CSS Codes

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

#fe276e Text Font Color

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

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


#fe276e Background Color

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

This div background color is #fe276e


#fe276e Border Color

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

This div border color is #fe276e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe276e

Related Colors


Comments

No comments written yet.

Please login to write comment.