Color Hex Logo

#fe275d Color Hex

#FE275D
(254,39,93)
0 Favorites   0 Comments

Color spaces of #fe275d

RGB 2543993
HSL0.960.990.57
HSV345°85°100°
CMYK 0.000.850.63   0.00
XYZ43.574423.312212.5590
Yxy23.31220.54850.2934
Hunter Lab48.282776.598818.3757
CIE-Lab55.392577.812325.7347

#fe275d color RGB value is (254,39,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100111 01011101
Octal 376 47 135
Decimal 254 39 93
Hex FE 27 5D

RGB Percentages of Color #fe275d

%65.80
%10.10
%24.09

CMYK Percentages of Color #fe275d

%0
%85
%63
%0

Triadic Colors of #fe275d

#fe275d #5dfe27 #275dfe

Analogous Colors of #fe275d

#fe275d #fe5d27 #fe27c9

Monochromatic Colors of #fe275d

#fe275d

Complementary Color

#fe275d #27fec8

#fe275d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe275d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe275d Color CSS Codes

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

#fe275d Text Font Color

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

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


#fe275d Background Color

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

This div background color is #fe275d


#fe275d Border Color

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

This div border color is #fe275d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe275d

Related Colors


Comments

No comments written yet.

Please login to write comment.