Color Hex Logo

#5034af Color Hex

#5034AF
(80,52,175)
0 Favorites   0 Comments

Color spaces of #5034af

RGB 8052175
HSL0.700.540.45
HSV254°70°69°
CMYK 0.540.700.00   0.31
XYZ12.27417.256641.3112
Yxy7.25660.20170.1193
Hunter Lab26.938134.1903-72.0682
CIE-Lab32.384144.1762-61.3672

#5034af color RGB value is (80,52,175).

#5034af hex color red value is 80, green value is 52 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #5034af hue: 0.70 , saturation: 0.54 and the lightness value of 5034af is 0.45.

The process color (four color CMYK) of #5034af color hex is 0.54, 0.70, 0.00, 0.31. Web safe color of #5034af is #663399. Color #5034af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110100 10101111
Octal 120 64 257
Decimal 80 52 175
Hex 50 34 AF

RGB Percentages of Color #5034af

%26.06
%16.94
%57.00

CMYK Percentages of Color #5034af

%54
%70
%0
%31

Triadic Colors of #5034af

#5034af #af5034 #34af50

Analogous Colors of #5034af

#5034af #8e34af #3456af

Monochromatic Colors of #5034af

#5034af

Complementary Color

#5034af #93af34

#5034af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5034af Color Preview on White Background

Lorem ipsum dolor sit amet.

#5034af Color CSS Codes

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

#5034af Text Font Color

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

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


#5034af Background Color

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

This div background color is #5034af


#5034af Border Color

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

This div border color is #5034af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,52,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 #5034af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5034af


Comments

No comments written yet.

Please login to write comment.