Color Hex Logo

#5037cb Color Hex

#5037CB
(80,55,203)
0 Favorites   0 Comments

Color spaces of #5037cb

RGB 8055203
HSL0.690.590.51
HSV250°73°80°
CMYK 0.610.730.00   0.20
XYZ15.45398.749657.3743
Yxy8.74960.18940.1073
Hunter Lab29.579741.4927-94.2960
CIE-Lab35.497650.9272-72.7518

#5037cb color RGB value is (80,55,203).

#5037cb hex color red value is 80, green value is 55 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5037cb hue: 0.69 , saturation: 0.59 and the lightness value of 5037cb is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110111 11001011
Octal 120 67 313
Decimal 80 55 203
Hex 50 37 CB

RGB Percentages of Color #5037cb

%23.67
%16.27
%60.06

CMYK Percentages of Color #5037cb

%61
%73
%0
%20

Triadic Colors of #5037cb

#5037cb #cb5037 #37cb50

Analogous Colors of #5037cb

#5037cb #9a37cb #3768cb

Monochromatic Colors of #5037cb

#5037cb

Complementary Color

#5037cb #b2cb37

#5037cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5037cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5037cb Color CSS Codes

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

#5037cb Text Font Color

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

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


#5037cb Background Color

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

This div background color is #5037cb


#5037cb Border Color

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

This div border color is #5037cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5037cb


Comments

No comments written yet.

Please login to write comment.