Color Hex Logo

#ff047d Color Hex

#FF047D
(255,4,125)
0 Favorites   0 Comments

Color spaces of #ff047d

RGB 2554125
HSL0.921.000.51
HSV331°98°100°
CMYK 0.000.980.51   0.00
XYZ44.985122.827521.4372
Yxy22.82750.50400.2558
Hunter Lab47.778184.45346.8423
CIE-Lab54.894284.07645.8815

#ff047d color RGB value is (255,4,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000100 01111101
Octal 377 4 175
Decimal 255 4 125
Hex FF 4 7D

RGB Percentages of Color #ff047d

%66.41
%1.04
%32.55

CMYK Percentages of Color #ff047d

%0
%98
%51
%0

Triadic Colors of #ff047d

#ff047d #7dff04 #047dff

Analogous Colors of #ff047d

#ff047d #ff0904 #ff04fb

Monochromatic Colors of #ff047d

#ff047d

Complementary Color

#ff047d #04ff86

#ff047d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff047d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff047d Color CSS Codes

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

#ff047d Text Font Color

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

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


#ff047d Background Color

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

This div background color is #ff047d


#ff047d Border Color

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

This div border color is #ff047d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff047d


Comments

No comments written yet.

Please login to write comment.