Color Hex Logo

#fe435f Color Hex

#FE435F
(254,67,95)
0 Favorites   0 Comments

Color spaces of #fe435f

RGB 2546795
HSL0.980.990.63
HSV351°74°100°
CMYK 0.000.740.63   0.00
XYZ44.945825.911413.4590
Yxy25.91140.53310.3073
Hunter Lab50.903268.528619.9558
CIE-Lab57.952970.779027.8770

#fe435f color RGB value is (254,67,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000011 01011111
Octal 376 103 137
Decimal 254 67 95
Hex FE 43 5F

RGB Percentages of Color #fe435f

%61.06
%16.11
%22.84

CMYK Percentages of Color #fe435f

%0
%74
%63
%0

Triadic Colors of #fe435f

#fe435f #5ffe43 #435ffe

Analogous Colors of #fe435f

#fe435f #fe8543 #fe43bd

Monochromatic Colors of #fe435f

#fe435f

Complementary Color

#fe435f #43fee2

#fe435f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe435f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe435f Color CSS Codes

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

#fe435f Text Font Color

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

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


#fe435f Background Color

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

This div background color is #fe435f


#fe435f Border Color

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

This div border color is #fe435f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe435f


Comments

No comments written yet.

Please login to write comment.