Color Hex Logo

#ff074e Color Hex

#FF074E
(255,7,78)
0 Favorites   0 Comments

Color spaces of #ff074e

RGB 255778
HSL0.951.000.51
HSV343°97°100°
CMYK 0.000.970.69   0.00
XYZ42.691121.96209.1967
Yxy21.96200.57810.2974
Hunter Lab46.863680.595821.1692
CIE-Lab53.986781.248932.9153

#ff074e color RGB value is (255,7,78).

#ff074e hex color red value is 255, green value is 7 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ff074e hue: 0.95 , saturation: 1.00 and the lightness value of ff074e is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000111 01001110
Octal 377 7 116
Decimal 255 7 78
Hex FF 7 4E

RGB Percentages of Color #ff074e

%75.00
%2.06
%22.94

CMYK Percentages of Color #ff074e

%0
%97
%69
%0

Triadic Colors of #ff074e

#ff074e #4eff07 #074eff

Analogous Colors of #ff074e

#ff074e #ff3c07 #ff07ca

Monochromatic Colors of #ff074e

#ff074e

Complementary Color

#ff074e #07ffb8

#ff074e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff074e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff074e Color CSS Codes

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

#ff074e Text Font Color

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

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


#ff074e Background Color

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

This div background color is #ff074e


#ff074e Border Color

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

This div border color is #ff074e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff074e

Related Colors


Comments

No comments written yet.

Please login to write comment.