Color Hex Logo

#5029ff Color Hex

#5029FF
(80,41,255)
0 Favorites   0 Comments

Color spaces of #5029ff

RGB 8041255
HSL0.701.000.58
HSV251°84°100°
CMYK 0.690.840.00   0.00
XYZ22.151210.511395.4691
Yxy10.51130.17290.0820
Hunter Lab32.421165.2202-151.8939
CIE-Lab38.744971.7275-97.0368

#5029ff color RGB value is (80,41,255).

#5029ff hex color red value is 80, green value is 41 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #5029ff hue: 0.70 , saturation: 1.00 and the lightness value of 5029ff is 0.58.

The process color (four color CMYK) of #5029ff color hex is 0.69, 0.84, 0.00, 0.00. Web safe color of #5029ff is #6633ff. Color #5029ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101001 11111111
Octal 120 51 377
Decimal 80 41 255
Hex 50 29 FF

RGB Percentages of Color #5029ff

%21.28
%10.90
%67.82

CMYK Percentages of Color #5029ff

%69
%84
%0
%0

Triadic Colors of #5029ff

#5029ff #ff5029 #29ff50

Analogous Colors of #5029ff

#5029ff #bb29ff #296dff

Monochromatic Colors of #5029ff

#5029ff

Complementary Color

#5029ff #d8ff29

#5029ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5029ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5029ff Color CSS Codes

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

#5029ff Text Font Color

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

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


#5029ff Background Color

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

This div background color is #5029ff


#5029ff Border Color

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

This div border color is #5029ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5029ff

Related Colors


Comments

No comments written yet.

Please login to write comment.