Color Hex Logo

#ff41af Color Hex

#FF41AF
(255,65,175)
0 Favorites   0 Comments

Color spaces of #ff41af

RGB 25565175
HSL0.901.000.63
HSV325°75°100°
CMYK 0.000.750.31   0.00
XYZ50.868228.135743.3071
Yxy28.13570.41590.2300
Hunter Lab53.043178.3556-11.2772
CIE-Lab60.011178.3159-16.0295

#ff41af color RGB value is (255,65,175).

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

The process color (four color CMYK) of #ff41af color hex is 0.00, 0.75, 0.31, 0.00. Web safe color of #ff41af is #ff3399. Color #ff41af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000001 10101111
Octal 377 101 257
Decimal 255 65 175
Hex FF 41 AF

RGB Percentages of Color #ff41af

%51.52
%13.13
%35.35

CMYK Percentages of Color #ff41af

%0
%75
%31
%0

Triadic Colors of #ff41af

#ff41af #afff41 #41afff

Analogous Colors of #ff41af

#ff41af #ff4150 #f041ff

Monochromatic Colors of #ff41af

#ff41af

Complementary Color

#ff41af #41ff91

#ff41af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff41af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff41af Color CSS Codes

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

#ff41af Text Font Color

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

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


#ff41af Background Color

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

This div background color is #ff41af


#ff41af Border Color

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

This div border color is #ff41af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff41af

Related Colors


Comments

No comments written yet.

Please login to write comment.