Color Hex Logo

#fe3255 Color Hex

#FE3255
(254,50,85)
0 Favorites   0 Comments

Color spaces of #fe3255

RGB 2545085
HSL0.970.990.60
HSV350°80°100°
CMYK 0.000.800.67   0.00
XYZ43.653324.007910.9275
Yxy24.00790.55550.3055
Hunter Lab48.997973.283421.0756
CIE-Lab56.095775.013631.3599

#fe3255 color RGB value is (254,50,85).

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

The process color (four color CMYK) of #fe3255 color hex is 0.00, 0.80, 0.67, 0.00. Web safe color of #fe3255 is #ff3366. Color #fe3255 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110010 01010101
Octal 376 62 125
Decimal 254 50 85
Hex FE 32 55

RGB Percentages of Color #fe3255

%65.30
%12.85
%21.85

CMYK Percentages of Color #fe3255

%0
%80
%67
%0

Triadic Colors of #fe3255

#fe3255 #55fe32 #3255fe

Analogous Colors of #fe3255

#fe3255 #fe7532 #fe32bb

Monochromatic Colors of #fe3255

#fe3255

Complementary Color

#fe3255 #32fedb

#fe3255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe3255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe3255 Color CSS Codes

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

#fe3255 Text Font Color

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

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


#fe3255 Background Color

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

This div background color is #fe3255


#fe3255 Border Color

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

This div border color is #fe3255


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe3255


Comments

No comments written yet.

Please login to write comment.