Color Hex Logo

#ff489b Color Hex

#FF489B
(255,72,155)
0 Favorites   0 Comments

Color spaces of #ff489b

RGB 25572155
HSL0.921.000.64
HSV333°72°100°
CMYK 0.000.720.39   0.00
XYZ49.473828.261333.8578
Yxy28.26130.44330.2533
Hunter Lab53.161473.0859-0.5481
CIE-Lab60.124174.0854-4.2486

#ff489b color RGB value is (255,72,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01001000 10011011
Octal 377 110 233
Decimal 255 72 155
Hex FF 48 9B

RGB Percentages of Color #ff489b

%52.90
%14.94
%32.16

CMYK Percentages of Color #ff489b

%0
%72
%39
%0

Triadic Colors of #ff489b

#ff489b #9bff48 #489bff

Analogous Colors of #ff489b

#ff489b #ff5048 #ff48f7

Monochromatic Colors of #ff489b

#ff489b

Complementary Color

#ff489b #48ffac

#ff489b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff489b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff489b Color CSS Codes

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

#ff489b Text Font Color

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

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


#ff489b Background Color

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

This div background color is #ff489b


#ff489b Border Color

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

This div border color is #ff489b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff489b

Related Colors

#ff489b Color Palettes


Comments

No comments written yet.

Please login to write comment.