Color Hex Logo

#5041be Color Hex

#5041BE
(80,65,190)
0 Favorites   0 Comments

Color spaces of #5041be

RGB 8065190
HSL0.690.490.50
HSV247°66°75°
CMYK 0.580.660.00   0.25
XYZ14.49289.203849.7278
Yxy9.20380.19740.1254
Hunter Lab30.337832.1810-75.9481
CIE-Lab36.373841.3720-63.7202

#5041be color RGB value is (80,65,190).

#5041be hex color red value is 80, green value is 65 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #5041be hue: 0.69 , saturation: 0.49 and the lightness value of 5041be is 0.50.

The process color (four color CMYK) of #5041be color hex is 0.58, 0.66, 0.00, 0.25. Web safe color of #5041be is #6633cc. Color #5041be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000001 10111110
Octal 120 101 276
Decimal 80 65 190
Hex 50 41 BE

RGB Percentages of Color #5041be

%23.88
%19.40
%56.72

CMYK Percentages of Color #5041be

%58
%66
%0
%25

Triadic Colors of #5041be

#5041be #be5041 #41be50

Analogous Colors of #5041be

#5041be #8f41be #4171be

Monochromatic Colors of #5041be

#5041be

Complementary Color

#5041be #afbe41

#5041be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5041be Color Preview on White Background

Lorem ipsum dolor sit amet.

#5041be Color CSS Codes

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

#5041be Text Font Color

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

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


#5041be Background Color

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

This div background color is #5041be


#5041be Border Color

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

This div border color is #5041be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,65,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5041be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5041be;
  -webkit-box-shadow: 1px 1px 3px 2px #5041be;
  box-shadow:         1px 1px 3px 2px #5041be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5041be


Comments

No comments written yet.

Please login to write comment.