color codes Logo

#fe067e color codes

#FE067E
(254,6,126)
0 Favorites   0 Comments

Color spaces of #fe067e

RGB 2546126
HSL0.920.990.51
HSV331°98°100°
CMYK 0.000.980.50   0.00
XYZ44.704122.707421.7655
Yxy22.70740.50130.2546
Hunter Lab47.652384.06506.2755
CIE-Lab54.769783.80025.0758

#fe067e color RGB value is (254,6,126).

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

The process color (four color CMYK) of #fe067e color code is 0.00, 0.98, 0.50, 0.00. Web safe color of #fe067e is #ff0066. Color #fe067e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000110 01111110
Octal 376 6 176
Decimal 254 6 126
Hex FE 6 7E

RGB Percentages of Color #fe067e

%65.80
%1.55
%32.64

CMYK Percentages of Color #fe067e

%0
%98
%50
%0

Triadic Colors of #fe067e

#fe067e #7efe06 #067efe

Analogous Colors of #fe067e

#fe067e #fe0a06 #fe06fa

Monochromatic Colors of #fe067e

#fe067e

Complementary Color

#fe067e #06fe86

#fe067e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe067e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe067e Color CSS Codes

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

#fe067e Text Font Color

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

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


#fe067e Background Color

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

This div background color is #fe067e


#fe067e Border Color

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

This div border color is #fe067e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe067e

Related Colors


Comments

No comments written yet.

Please login to write comment.