color codes Logo

#fe334d color codes

#FE334D
(254,51,77)
0 Favorites   0 Comments

Color spaces of #fe334d

RGB 2545177
HSL0.980.990.60
HSV352°80°100°
CMYK 0.000.800.70   0.00
XYZ43.396423.97439.3614
Yxy23.97430.56560.3124
Hunter Lab48.963672.518322.9388
CIE-Lab56.062174.400435.9728

#fe334d color RGB value is (254,51,77).

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

The process color (four color CMYK) of #fe334d color code is 0.00, 0.80, 0.70, 0.00. Web safe color of #fe334d is #ff3366. Color #fe334d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110011 01001101
Octal 376 63 115
Decimal 254 51 77
Hex FE 33 4D

RGB Percentages of Color #fe334d

%66.49
%13.35
%20.16

CMYK Percentages of Color #fe334d

%0
%80
%70
%0

Triadic Colors of #fe334d

#fe334d #4dfe33 #334dfe

Analogous Colors of #fe334d

#fe334d #fe7f33 #fe33b3

Monochromatic Colors of #fe334d

#fe334d

Complementary Color

#fe334d #33fee4

#fe334d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe334d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe334d Color CSS Codes

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

#fe334d Text Font Color

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

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


#fe334d Background Color

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

This div background color is #fe334d


#fe334d Border Color

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

This div border color is #fe334d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe334d


Comments

No comments written yet.

Please login to write comment.