Color Hex Logo

#ff49be Color Hex

#FF49BE
(255,73,190)
0 Favorites   0 Comments

Color spaces of #ff49be

RGB 25573190
HSL0.891.000.64
HSV321°71°100°
CMYK 0.000.710.25   0.00
XYZ52.916829.742851.6671
Yxy29.74280.39390.2214
Hunter Lab54.537077.7575-17.9942
CIE-Lab61.431777.5709-22.4936

#ff49be color RGB value is (255,73,190).

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

The process color (four color CMYK) of #ff49be color hex is 0.00, 0.71, 0.25, 0.00. Web safe color of #ff49be is #ff33cc. Color #ff49be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01001001 10111110
Octal 377 111 276
Decimal 255 73 190
Hex FF 49 BE

RGB Percentages of Color #ff49be

%49.23
%14.09
%36.68

CMYK Percentages of Color #ff49be

%0
%71
%25
%0

Triadic Colors of #ff49be

#ff49be #beff49 #49beff

Analogous Colors of #ff49be

#ff49be #ff4963 #e549ff

Monochromatic Colors of #ff49be

#ff49be

Complementary Color

#ff49be #49ff8a

#ff49be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff49be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff49be Color CSS Codes

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

#ff49be Text Font Color

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

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


#ff49be Background Color

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

This div background color is #ff49be


#ff49be Border Color

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

This div border color is #ff49be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff49be


Comments

No comments written yet.

Please login to write comment.