Color Hex Logo

#ff04af Color Hex

#FF04AF
(255,4,175)
0 Favorites   0 Comments

Color spaces of #ff04af

RGB 2554175
HSL0.891.000.51
HSV319°98°100°
CMYK 0.000.980.31   0.00
XYZ49.021324.442042.6915
Yxy24.44200.42200.2104
Hunter Lab49.438990.4744-16.5910
CIE-Lab56.527688.3572-21.3353

#ff04af color RGB value is (255,4,175).

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

The process color (four color CMYK) of #ff04af color hex is 0.00, 0.98, 0.31, 0.00. Web safe color of #ff04af is #ff0099. Color #ff04af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000100 10101111
Octal 377 4 257
Decimal 255 4 175
Hex FF 4 AF

RGB Percentages of Color #ff04af

%58.76
%0.92
%40.32

CMYK Percentages of Color #ff04af

%0
%98
%31
%0

Triadic Colors of #ff04af

#ff04af #afff04 #04afff

Analogous Colors of #ff04af

#ff04af #ff0431 #d204ff

Monochromatic Colors of #ff04af

#ff04af

Complementary Color

#ff04af #04ff54

#ff04af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff04af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff04af Color CSS Codes

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

#ff04af Text Font Color

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

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


#ff04af Background Color

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

This div background color is #ff04af


#ff04af Border Color

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

This div border color is #ff04af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff04af


Comments

No comments written yet.

Please login to write comment.