Color Hex Logo

#5113dc Color Hex

#5113DC
(81,19,220)
0 Favorites   0 Comments

Color spaces of #5113dc

RGB 8119220
HSL0.720.840.47
HSV259°91°86°
CMYK 0.630.910.00   0.14
XYZ16.54457.382468.2631
Yxy7.38240.17950.0801
Hunter Lab27.170661.1424-129.9403
CIE-Lab32.662169.4238-87.2742

#5113dc color RGB value is (81,19,220).

#5113dc hex color red value is 81, green value is 19 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5113dc hue: 0.72 , saturation: 0.84 and the lightness value of 5113dc is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00010011 11011100
Octal 121 23 334
Decimal 81 19 220
Hex 51 13 DC

RGB Percentages of Color #5113dc

%25.31
%5.94
%68.75

CMYK Percentages of Color #5113dc

%63
%91
%0
%14

Triadic Colors of #5113dc

#5113dc #dc5113 #13dc51

Analogous Colors of #5113dc

#5113dc #b613dc #133adc

Monochromatic Colors of #5113dc

#5113dc

Complementary Color

#5113dc #9edc13

#5113dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5113dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5113dc Color CSS Codes

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

#5113dc Text Font Color

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

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


#5113dc Background Color

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

This div background color is #5113dc


#5113dc Border Color

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

This div border color is #5113dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5113dc


Comments

No comments written yet.

Please login to write comment.