Color Hex Logo

#fe079b Color Hex

#FE079B
(254,7,155)
0 Favorites   0 Comments

Color spaces of #fe079b

RGB 2547155
HSL0.900.990.51
HSV324°97°100°
CMYK 0.000.970.39   0.00
XYZ46.865423.589333.0935
Yxy23.58930.45260.2278
Hunter Lab48.568887.2442-6.4005
CIE-Lab55.674286.0693-10.8934

#fe079b color RGB value is (254,7,155).

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

The process color (four color CMYK) of #fe079b color hex is 0.00, 0.97, 0.39, 0.00. Web safe color of #fe079b is #ff0099. Color #fe079b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000111 10011011
Octal 376 7 233
Decimal 254 7 155
Hex FE 7 9B

RGB Percentages of Color #fe079b

%61.06
%1.68
%37.26

CMYK Percentages of Color #fe079b

%0
%97
%39
%0

Triadic Colors of #fe079b

#fe079b #9bfe07 #079bfe

Analogous Colors of #fe079b

#fe079b #fe0720 #e607fe

Monochromatic Colors of #fe079b

#fe079b

Complementary Color

#fe079b #07fe6a

#fe079b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe079b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe079b Color CSS Codes

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

#fe079b Text Font Color

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

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


#fe079b Background Color

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

This div background color is #fe079b


#fe079b Border Color

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

This div border color is #fe079b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe079b


Comments

No comments written yet.

Please login to write comment.