Color Hex Logo

#5139dd Color Hex

#5139DD
(81,57,221)
0 Favorites   0 Comments

Color spaces of #5139dd

RGB 8157221
HSL0.690.710.55
HSV249°74°87°
CMYK 0.630.740.00   0.13
XYZ17.90769.896069.3729
Yxy9.89600.18430.1018
Hunter Lab31.457946.5608-108.7294
CIE-Lab37.655155.3676-79.5881

#5139dd color RGB value is (81,57,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00111001 11011101
Octal 121 71 335
Decimal 81 57 221
Hex 51 39 DD

RGB Percentages of Color #5139dd

%22.56
%15.88
%61.56

CMYK Percentages of Color #5139dd

%63
%74
%0
%13

Triadic Colors of #5139dd

#5139dd #dd5139 #39dd51

Analogous Colors of #5139dd

#5139dd #a339dd #3973dd

Monochromatic Colors of #5139dd

#5139dd

Complementary Color

#5139dd #c5dd39

#5139dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5139dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5139dd Color CSS Codes

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

#5139dd Text Font Color

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

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


#5139dd Background Color

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

This div background color is #5139dd


#5139dd Border Color

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

This div border color is #5139dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,57,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 #5139dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5139dd


Comments

No comments written yet.

Please login to write comment.