Color Hex Logo

#fe2674 Color Hex

#FE2674
(254,38,116)
0 Favorites   0 Comments

Color spaces of #fe2674

RGB 25438116
HSL0.940.990.57
HSV338°85°100°
CMYK 0.000.850.54   0.00
XYZ44.718523.718018.7441
Yxy23.71800.51290.2721
Hunter Lab48.701178.675811.2712
CIE-Lab55.804379.382112.5425

#fe2674 color RGB value is (254,38,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100110 01110100
Octal 376 46 164
Decimal 254 38 116
Hex FE 26 74

RGB Percentages of Color #fe2674

%62.25
%9.31
%28.43

CMYK Percentages of Color #fe2674

%0
%85
%54
%0

Triadic Colors of #fe2674

#fe2674 #74fe26 #2674fe

Analogous Colors of #fe2674

#fe2674 #fe4426 #fe26e0

Monochromatic Colors of #fe2674

#fe2674

Complementary Color

#fe2674 #26feb0

#fe2674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe2674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe2674 Color CSS Codes

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

#fe2674 Text Font Color

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

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


#fe2674 Background Color

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

This div background color is #fe2674


#fe2674 Border Color

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

This div border color is #fe2674


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe2674


Comments

No comments written yet.

Please login to write comment.