Color Hex Logo

#fe274b Color Hex

#FE274B
(254,39,75)
0 Favorites   0 Comments

Color spaces of #fe274b

RGB 2543975
HSL0.970.990.57
HSV350°85°100°
CMYK 0.000.850.70   0.00
XYZ42.868623.02998.8424
Yxy23.02990.57360.3081
Hunter Lab47.989575.471022.6680
CIE-Lab55.103176.966535.9819

#fe274b color RGB value is (254,39,75).

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

The process color (four color CMYK) of #fe274b color hex is 0.00, 0.85, 0.70, 0.00. Web safe color of #fe274b is #ff3333. Color #fe274b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100111 01001011
Octal 376 47 113
Decimal 254 39 75
Hex FE 27 4B

RGB Percentages of Color #fe274b

%69.02
%10.60
%20.38

CMYK Percentages of Color #fe274b

%0
%85
%70
%0

Triadic Colors of #fe274b

#fe274b #4bfe27 #274bfe

Analogous Colors of #fe274b

#fe274b #fe6f27 #fe27b7

Monochromatic Colors of #fe274b

#fe274b

Complementary Color

#fe274b #27feda

#fe274b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe274b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe274b Color CSS Codes

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

#fe274b Text Font Color

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

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


#fe274b Background Color

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

This div background color is #fe274b


#fe274b Border Color

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

This div border color is #fe274b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe274b

Related Colors


Comments

No comments written yet.

Please login to write comment.