Color Hex Logo

#fe233b Color Hex

#FE233B
(254,35,59)
0 Favorites   0 Comments

Color spaces of #fe233b

RGB 2543559
HSL0.980.990.57
HSV353°86°100°
CMYK 0.000.860.77   0.00
XYZ42.263522.58876.2702
Yxy22.58870.59420.3176
Hunter Lab47.527675.556425.4473
CIE-Lab54.646177.123644.5705

#fe233b color RGB value is (254,35,59).

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

The process color (four color CMYK) of #fe233b color hex is 0.00, 0.86, 0.77, 0.00. Web safe color of #fe233b is #ff3333. Color #fe233b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100011 00111011
Octal 376 43 73
Decimal 254 35 59
Hex FE 23 3B

RGB Percentages of Color #fe233b

%72.99
%10.06
%16.95

CMYK Percentages of Color #fe233b

%0
%86
%77
%0

Triadic Colors of #fe233b

#fe233b #3bfe23 #233bfe

Analogous Colors of #fe233b

#fe233b #fe7923 #fe23a9

Monochromatic Colors of #fe233b

#fe233b

Complementary Color

#fe233b #23fee6

#fe233b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe233b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe233b Color CSS Codes

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

#fe233b Text Font Color

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

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


#fe233b Background Color

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

This div background color is #fe233b


#fe233b Border Color

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

This div border color is #fe233b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe233b

Related Colors


Comments

No comments written yet.

Please login to write comment.