Color Hex Logo

#ff5062 Color Hex

#FF5062
(255,80,98)
2 Favorites   0 Comments

Color spaces of #ff5062

RGB 2558098
HSL0.981.000.66
HSV354°69°100°
CMYK 0.000.690.62   0.00
XYZ46.313327.879214.4955
Yxy27.87920.52220.3144
Hunter Lab52.800864.167020.6835
CIE-Lab59.779466.817128.5318

#ff5062 color RGB value is (255,80,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010000 01100010
Octal 377 120 142
Decimal 255 80 98
Hex FF 50 62

RGB Percentages of Color #ff5062

%58.89
%18.48
%22.63

CMYK Percentages of Color #ff5062

%0
%69
%62
%0

Triadic Colors of #ff5062

#ff5062 #62ff50 #5062ff

Analogous Colors of #ff5062

#ff5062 #ff9650 #ff50ba

Monochromatic Colors of #ff5062

#ff5062

Complementary Color

#ff5062 #50ffed

#ff5062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff5062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff5062 Color CSS Codes

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

#ff5062 Text Font Color

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

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


#ff5062 Background Color

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

This div background color is #ff5062


#ff5062 Border Color

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

This div border color is #ff5062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff5062

Related Colors

#ff5062 Color Palettes


Comments

No comments written yet.

Please login to write comment.