Color Hex Logo

#5041cb Color Hex

#5041CB
(80,65,203)
0 Favorites   0 Comments

Color spaces of #5041cb

RGB 8065203
HSL0.680.570.53
HSV247°68°80°
CMYK 0.610.680.00   0.20
XYZ15.97819.797957.5490
Yxy9.79790.19180.1176
Hunter Lab31.301636.3387-87.0955
CIE-Lab37.477245.4458-69.5025

#5041cb color RGB value is (80,65,203).

#5041cb hex color red value is 80, green value is 65 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5041cb hue: 0.68 , saturation: 0.57 and the lightness value of 5041cb is 0.53.

The process color (four color CMYK) of #5041cb color hex is 0.61, 0.68, 0.00, 0.20. Web safe color of #5041cb is #6633cc. Color #5041cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000001 11001011
Octal 120 101 313
Decimal 80 65 203
Hex 50 41 CB

RGB Percentages of Color #5041cb

%22.99
%18.68
%58.33

CMYK Percentages of Color #5041cb

%61
%68
%0
%20

Triadic Colors of #5041cb

#5041cb #cb5041 #41cb50

Analogous Colors of #5041cb

#5041cb #9541cb #4177cb

Monochromatic Colors of #5041cb

#5041cb

Complementary Color

#5041cb #bccb41

#5041cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5041cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5041cb Color CSS Codes

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

#5041cb Text Font Color

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

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


#5041cb Background Color

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

This div background color is #5041cb


#5041cb Border Color

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

This div border color is #5041cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5041cb


Comments

No comments written yet.

Please login to write comment.