Color Hex Logo

#ff05af Color Hex

#FF05AF
(255,5,175)
0 Favorites   0 Comments

Color spaces of #ff05af

RGB 2555175
HSL0.891.000.51
HSV319°98°100°
CMYK 0.000.980.31   0.00
XYZ49.032124.463742.6951
Yxy24.46370.42200.2105
Hunter Lab49.460890.3965-16.5572
CIE-Lab56.549188.2942-21.3024

#ff05af color RGB value is (255,5,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000101 10101111
Octal 377 5 257
Decimal 255 5 175
Hex FF 5 AF

RGB Percentages of Color #ff05af

%58.62
%1.15
%40.23

CMYK Percentages of Color #ff05af

%0
%98
%31
%0

Triadic Colors of #ff05af

#ff05af #afff05 #05afff

Analogous Colors of #ff05af

#ff05af #ff0532 #d205ff

Monochromatic Colors of #ff05af

#ff05af

Complementary Color

#ff05af #05ff55

#ff05af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff05af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff05af Color CSS Codes

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

#ff05af Text Font Color

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

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


#ff05af Background Color

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

This div background color is #ff05af


#ff05af Border Color

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

This div border color is #ff05af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff05af

Related Colors


Comments

No comments written yet.

Please login to write comment.