Color Hex Logo

#ff419a Color Hex

#FF419A
(255,65,154)
0 Favorites   0 Comments

Color spaces of #ff419a

RGB 25565154
HSL0.921.000.63
HSV332°75°100°
CMYK 0.000.750.40   0.00
XYZ48.963027.373733.2749
Yxy27.37370.44670.2497
Hunter Lab52.319975.4875-1.0839
CIE-Lab59.318676.1680-4.8551

#ff419a color RGB value is (255,65,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000001 10011010
Octal 377 101 232
Decimal 255 65 154
Hex FF 41 9A

RGB Percentages of Color #ff419a

%53.80
%13.71
%32.49

CMYK Percentages of Color #ff419a

%0
%75
%40
%0

Triadic Colors of #ff419a

#ff419a #9aff41 #419aff

Analogous Colors of #ff419a

#ff419a #ff4741 #ff41f9

Monochromatic Colors of #ff419a

#ff419a

Complementary Color

#ff419a #41ffa6

#ff419a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff419a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff419a Color CSS Codes

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

#ff419a Text Font Color

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

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


#ff419a Background Color

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

This div background color is #ff419a


#ff419a Border Color

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

This div border color is #ff419a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff419a

Related Colors


Comments

No comments written yet.

Please login to write comment.