Color Hex Logo

#ff074a Color Hex

#FF074A
(255,7,74)
0 Favorites   0 Comments

Color spaces of #ff074a

RGB 255774
HSL0.951.000.51
HSV344°97°100°
CMYK 0.000.970.71   0.00
XYZ42.552021.90648.4642
Yxy21.90640.58350.3004
Hunter Lab46.804380.375422.0408
CIE-Lab53.927681.087335.2079

#ff074a color RGB value is (255,7,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000111 01001010
Octal 377 7 112
Decimal 255 7 74
Hex FF 7 4A

RGB Percentages of Color #ff074a

%75.89
%2.08
%22.02

CMYK Percentages of Color #ff074a

%0
%97
%71
%0

Triadic Colors of #ff074a

#ff074a #4aff07 #074aff

Analogous Colors of #ff074a

#ff074a #ff4007 #ff07c6

Monochromatic Colors of #ff074a

#ff074a

Complementary Color

#ff074a #07ffbc

#ff074a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff074a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff074a Color CSS Codes

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

#ff074a Text Font Color

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

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


#ff074a Background Color

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

This div background color is #ff074a


#ff074a Border Color

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

This div border color is #ff074a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff074a

Related Colors


Comments

No comments written yet.

Please login to write comment.