Color Hex Logo

#ff047a Color Hex

#FF047A
(255,4,122)
0 Favorites   0 Comments

Color spaces of #ff047a

RGB 2554122
HSL0.921.000.51
HSV332°98°100°
CMYK 0.000.980.52   0.00
XYZ44.796322.752020.4429
Yxy22.75200.50910.2586
Hunter Lab47.699184.16397.9788
CIE-Lab54.816083.86777.5740

#ff047a color RGB value is (255,4,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000100 01111010
Octal 377 4 172
Decimal 255 4 122
Hex FF 4 7A

RGB Percentages of Color #ff047a

%66.93
%1.05
%32.02

CMYK Percentages of Color #ff047a

%0
%98
%52
%0

Triadic Colors of #ff047a

#ff047a #7aff04 #047aff

Analogous Colors of #ff047a

#ff047a #ff0c04 #ff04f8

Monochromatic Colors of #ff047a

#ff047a

Complementary Color

#ff047a #04ff89

#ff047a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff047a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff047a Color CSS Codes

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

#ff047a Text Font Color

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

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


#ff047a Background Color

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

This div background color is #ff047a


#ff047a Border Color

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

This div border color is #ff047a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,4,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 #ff047a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff047a


Comments

No comments written yet.

Please login to write comment.