Color Hex Logo

#ff419b Color Hex

#FF419B
(255,65,155)
0 Favorites   0 Comments

Color spaces of #ff419b

RGB 25565155
HSL0.921.000.63
HSV332°75°100°
CMYK 0.000.750.39   0.00
XYZ49.046727.407233.7154
Yxy27.40720.44520.2488
Hunter Lab52.351975.6148-1.5373
CIE-Lab59.349476.2639-5.3941

#ff419b color RGB value is (255,65,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000001 10011011
Octal 377 101 233
Decimal 255 65 155
Hex FF 41 9B

RGB Percentages of Color #ff419b

%53.68
%13.68
%32.63

CMYK Percentages of Color #ff419b

%0
%75
%39
%0

Triadic Colors of #ff419b

#ff419b #9bff41 #419bff

Analogous Colors of #ff419b

#ff419b #ff4641 #ff41fa

Monochromatic Colors of #ff419b

#ff419b

Complementary Color

#ff419b #41ffa5

#ff419b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff419b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff419b Color CSS Codes

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

#ff419b Text Font Color

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

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


#ff419b Background Color

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

This div background color is #ff419b


#ff419b Border Color

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

This div border color is #ff419b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff419b

Related Colors

#ff419b Color Palettes


Comments

No comments written yet.

Please login to write comment.