Color Hex Logo

#ff5483 Color Hex

#FF5483
(255,84,131)
0 Favorites   0 Comments

Color spaces of #ff5483

RGB 25584131
HSL0.951.000.66
HSV344°67°100°
CMYK 0.000.670.49   0.00
XYZ48.507129.239324.5599
Yxy29.23930.47410.2858
Hunter Lab54.073465.496910.9221
CIE-Lab60.992267.706411.0000

#ff5483 color RGB value is (255,84,131).

#ff5483 hex color red value is 255, green value is 84 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #ff5483 hue: 0.95 , saturation: 1.00 and the lightness value of ff5483 is 0.66.

The process color (four color CMYK) of #ff5483 color hex is 0.00, 0.67, 0.49, 0.00. Web safe color of #ff5483 is #ff6699. Color #ff5483 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010100 10000011
Octal 377 124 203
Decimal 255 84 131
Hex FF 54 83

RGB Percentages of Color #ff5483

%54.26
%17.87
%27.87

CMYK Percentages of Color #ff5483

%0
%67
%49
%0

Triadic Colors of #ff5483

#ff5483 #83ff54 #5483ff

Analogous Colors of #ff5483

#ff5483 #ff7b54 #ff54d9

Monochromatic Colors of #ff5483

#ff5483

Complementary Color

#ff5483 #54ffd0

#ff5483 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff5483 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff5483 Color CSS Codes

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

#ff5483 Text Font Color

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

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


#ff5483 Background Color

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

This div background color is #ff5483


#ff5483 Border Color

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

This div border color is #ff5483


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff5483

#ff5483 Color Palettes


Comments

No comments written yet.

Please login to write comment.