Color Hex Logo

#5055af Color Hex

#5055AF
(80,85,175)
0 Favorites   0 Comments

Color spaces of #5055af

RGB 8085175
HSL0.660.370.50
HSV237°54°69°
CMYK 0.540.510.00   0.31
XYZ14.294611.297641.9847
Yxy11.29760.21150.1672
Hunter Lab33.611917.0923-50.5309
CIE-Lab40.077324.1854-48.8857

#5055af color RGB value is (80,85,175).

#5055af hex color red value is 80, green value is 85 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #5055af hue: 0.66 , saturation: 0.37 and the lightness value of 5055af is 0.50.

The process color (four color CMYK) of #5055af color hex is 0.54, 0.51, 0.00, 0.31. Web safe color of #5055af is #666699. Color #5055af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010101 10101111
Octal 120 125 257
Decimal 80 85 175
Hex 50 55 AF

RGB Percentages of Color #5055af

%23.53
%25.00
%51.47

CMYK Percentages of Color #5055af

%54
%51
%0
%31

Triadic Colors of #5055af

#5055af #af5055 #55af50

Analogous Colors of #5055af

#5055af #7b50af #5085af

Monochromatic Colors of #5055af

#5055af

Complementary Color

#5055af #afaa50

#5055af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5055af Color Preview on White Background

Lorem ipsum dolor sit amet.

#5055af Color CSS Codes

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

#5055af Text Font Color

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

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


#5055af Background Color

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

This div background color is #5055af


#5055af Border Color

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

This div border color is #5055af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,85,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5055af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5055af;
  -webkit-box-shadow: 1px 1px 3px 2px #5055af;
  box-shadow:         1px 1px 3px 2px #5055af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5055af


Comments

No comments written yet.

Please login to write comment.