Color Hex Logo

#fe077a Color Hex

#FE077A
(254,7,122)
0 Favorites   0 Comments

Color spaces of #fe077a

RGB 2547122
HSL0.920.990.51
HSV332°97°100°
CMYK 0.000.970.52   0.00
XYZ44.461922.627920.4366
Yxy22.62790.50800.2585
Hunter Lab47.568883.59617.8259
CIE-Lab54.687083.45317.3634

#fe077a color RGB value is (254,7,122).

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

The process color (four color CMYK) of #fe077a color hex is 0.00, 0.97, 0.52, 0.00. Web safe color of #fe077a is #ff0066. Color #fe077a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000111 01111010
Octal 376 7 172
Decimal 254 7 122
Hex FE 7 7A

RGB Percentages of Color #fe077a

%66.32
%1.83
%31.85

CMYK Percentages of Color #fe077a

%0
%97
%52
%0

Triadic Colors of #fe077a

#fe077a #7afe07 #077afe

Analogous Colors of #fe077a

#fe077a #fe0f07 #fe07f6

Monochromatic Colors of #fe077a

#fe077a

Complementary Color

#fe077a #07fe8b

#fe077a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe077a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe077a Color CSS Codes

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

#fe077a Text Font Color

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

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


#fe077a Background Color

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

This div background color is #fe077a


#fe077a Border Color

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

This div border color is #fe077a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe077a


Comments

No comments written yet.

Please login to write comment.