Color Hex Logo

#fe0748 Color Hex

#FE0748
(254,7,72)
0 Favorites   0 Comments

Color spaces of #fe0748

RGB 254772
HSL0.960.990.51
HSV344°97°100°
CMYK 0.000.970.72   0.00
XYZ42.118721.69078.0977
Yxy21.69070.58570.3016
Hunter Lab46.573379.923822.2925
CIE-Lab53.697380.777136.0610

#fe0748 color RGB value is (254,7,72).

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

The process color (four color CMYK) of #fe0748 color hex is 0.00, 0.97, 0.72, 0.00. Web safe color of #fe0748 is #ff0033. Color #fe0748 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000111 01001000
Octal 376 7 110
Decimal 254 7 72
Hex FE 7 48

RGB Percentages of Color #fe0748

%76.28
%2.10
%21.62

CMYK Percentages of Color #fe0748

%0
%97
%72
%0

Triadic Colors of #fe0748

#fe0748 #48fe07 #0748fe

Analogous Colors of #fe0748

#fe0748 #fe4107 #fe07c4

Monochromatic Colors of #fe0748

#fe0748

Complementary Color

#fe0748 #07febd

#fe0748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe0748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe0748 Color CSS Codes

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

#fe0748 Text Font Color

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

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


#fe0748 Background Color

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

This div background color is #fe0748


#fe0748 Border Color

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

This div border color is #fe0748


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe0748

Related Colors


Comments

No comments written yet.

Please login to write comment.