Color Hex Logo

#5038ff Color Hex

#5038FF
(80,56,255)
0 Favorites   0 Comments

Color spaces of #5038ff

RGB 8056255
HSL0.691.000.61
HSV247°78°100°
CMYK 0.690.780.00   0.00
XYZ22.772411.753895.6762
Yxy11.75380.17490.0903
Hunter Lab34.283858.5687-141.4625
CIE-Lab40.822165.6237-93.5937

#5038ff color RGB value is (80,56,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00111000 11111111
Octal 120 70 377
Decimal 80 56 255
Hex 50 38 FF

RGB Percentages of Color #5038ff

%20.46
%14.32
%65.22

CMYK Percentages of Color #5038ff

%69
%78
%0
%0

Triadic Colors of #5038ff

#5038ff #ff5038 #38ff50

Analogous Colors of #5038ff

#5038ff #b438ff #3884ff

Monochromatic Colors of #5038ff

#5038ff

Complementary Color

#5038ff #e7ff38

#5038ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5038ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5038ff Color CSS Codes

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

#5038ff Text Font Color

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

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


#5038ff Background Color

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

This div background color is #5038ff


#5038ff Border Color

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

This div border color is #5038ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5038ff

Related Colors


Comments

No comments written yet.

Please login to write comment.