Color Hex Logo

#fe0672 Color Hex

#FE0672
(254,6,114)
0 Favorites   0 Comments

Color spaces of #fe0672

RGB 2546114
HSL0.930.990.51
HSV334°98°100°
CMYK 0.000.980.55   0.00
XYZ43.975422.416017.9285
Yxy22.41600.52150.2658
Hunter Lab47.345582.939410.6903
CIE-Lab54.465682.986311.8721

#fe0672 color RGB value is (254,6,114).

#fe0672 hex color red value is 254, green value is 6 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #fe0672 hue: 0.93 , saturation: 0.99 and the lightness value of fe0672 is 0.51.

The process color (four color CMYK) of #fe0672 color hex is 0.00, 0.98, 0.55, 0.00. Web safe color of #fe0672 is #ff0066. Color #fe0672 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000110 01110010
Octal 376 6 162
Decimal 254 6 114
Hex FE 6 72

RGB Percentages of Color #fe0672

%67.91
%1.60
%30.48

CMYK Percentages of Color #fe0672

%0
%98
%55
%0

Triadic Colors of #fe0672

#fe0672 #72fe06 #0672fe

Analogous Colors of #fe0672

#fe0672 #fe1606 #fe06ee

Monochromatic Colors of #fe0672

#fe0672

Complementary Color

#fe0672 #06fe92

#fe0672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe0672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe0672 Color CSS Codes

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

#fe0672 Text Font Color

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

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


#fe0672 Background Color

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

This div background color is #fe0672


#fe0672 Border Color

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

This div border color is #fe0672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe0672


Comments

No comments written yet.

Please login to write comment.