Color Hex Logo

#ff5063 Color Hex

#FF5063
(255,80,99)
0 Favorites   0 Comments

Color spaces of #ff5063

RGB 2558099
HSL0.981.000.66
HSV353°69°100°
CMYK 0.000.690.61   0.00
XYZ46.360827.898214.7458
Yxy27.89820.52090.3134
Hunter Lab52.818764.242720.4207
CIE-Lab59.796766.877427.9770

#ff5063 color RGB value is (255,80,99).

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

The process color (four color CMYK) of #ff5063 color hex is 0.00, 0.69, 0.61, 0.00. Web safe color of #ff5063 is #ff6666. Color #ff5063 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010000 01100011
Octal 377 120 143
Decimal 255 80 99
Hex FF 50 63

RGB Percentages of Color #ff5063

%58.76
%18.43
%22.81

CMYK Percentages of Color #ff5063

%0
%69
%61
%0

Triadic Colors of #ff5063

#ff5063 #63ff50 #5063ff

Analogous Colors of #ff5063

#ff5063 #ff9550 #ff50bb

Monochromatic Colors of #ff5063

#ff5063

Complementary Color

#ff5063 #50ffec

#ff5063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff5063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff5063 Color CSS Codes

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

#ff5063 Text Font Color

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

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


#ff5063 Background Color

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

This div background color is #ff5063


#ff5063 Border Color

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

This div border color is #ff5063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff5063


Comments

No comments written yet.

Please login to write comment.