Color Hex Logo

#5137dd Color Hex

#5137DD
(81,55,221)
0 Favorites   0 Comments

Color spaces of #5137dd

RGB 8155221
HSL0.690.710.54
HSV249°75°87°
CMYK 0.630.750.00   0.13
XYZ17.81079.702269.3406
Yxy9.70220.18390.1002
Hunter Lab31.148447.5571-110.1840
CIE-Lab37.302656.3693-80.1693

#5137dd color RGB value is (81,55,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110111 11011101
Octal 121 67 335
Decimal 81 55 221
Hex 51 37 DD

RGB Percentages of Color #5137dd

%22.69
%15.41
%61.90

CMYK Percentages of Color #5137dd

%63
%75
%0
%13

Triadic Colors of #5137dd

#5137dd #dd5137 #37dd51

Analogous Colors of #5137dd

#5137dd #a437dd #3770dd

Monochromatic Colors of #5137dd

#5137dd

Complementary Color

#5137dd #c3dd37

#5137dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5137dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5137dd Color CSS Codes

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

#5137dd Text Font Color

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

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


#5137dd Background Color

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

This div background color is #5137dd


#5137dd Border Color

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

This div border color is #5137dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5137dd


Comments

No comments written yet.

Please login to write comment.