Color Hex Logo

#5137dc Color Hex

#5137DC
(81,55,220)
0 Favorites   0 Comments

Color spaces of #5137dc

RGB 8155220
HSL0.690.700.54
HSV249°75°86°
CMYK 0.630.750.00   0.14
XYZ17.67789.649068.6409
Yxy9.64900.18420.1005
Hunter Lab31.062847.2240-109.2717
CIE-Lab37.205056.0766-79.7569

#5137dc color RGB value is (81,55,220).

#5137dc hex color red value is 81, green value is 55 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5137dc hue: 0.69 , saturation: 0.70 and the lightness value of 5137dc is 0.54.

The process color (four color CMYK) of #5137dc color hex is 0.63, 0.75, 0.00, 0.14. Web safe color of #5137dc is #6633cc. Color #5137dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110111 11011100
Octal 121 67 334
Decimal 81 55 220
Hex 51 37 DC

RGB Percentages of Color #5137dc

%22.75
%15.45
%61.80

CMYK Percentages of Color #5137dc

%63
%75
%0
%14

Triadic Colors of #5137dc

#5137dc #dc5137 #37dc51

Analogous Colors of #5137dc

#5137dc #a437dc #3770dc

Monochromatic Colors of #5137dc

#5137dc

Complementary Color

#5137dc #c2dc37

#5137dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5137dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5137dc Color CSS Codes

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

#5137dc Text Font Color

<p style="color:#5137dc">Text here</p>

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


#5137dc Background Color

<div style="background-color:#5137dc">
Div content here</div>

This div background color is #5137dc


#5137dc Border Color

<div style="border:3px solid #5137dc">
Div here</div>

This div border color is #5137dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,55,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5137dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5137dc;
  -webkit-box-shadow: 1px 1px 3px 2px #5137dc;
  box-shadow:         1px 1px 3px 2px #5137dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,55,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5137dc


Comments

No comments written yet.

Please login to write comment.