Color Hex Logo

#5117dd Color Hex

#5117DD
(81,23,221)
0 Favorites   0 Comments

Color spaces of #5117dd

RGB 8123221
HSL0.720.810.48
HSV258°90°87°
CMYK 0.630.900.00   0.13
XYZ16.75097.582668.9873
Yxy7.58260.17950.0813
Hunter Lab27.536560.3955-129.2638
CIE-Lab33.098068.7008-87.1258

#5117dd color RGB value is (81,23,221).

#5117dd hex color red value is 81, green value is 23 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5117dd hue: 0.72 , saturation: 0.81 and the lightness value of 5117dd is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00010111 11011101
Octal 121 27 335
Decimal 81 23 221
Hex 51 17 DD

RGB Percentages of Color #5117dd

%24.92
%7.08
%68.00

CMYK Percentages of Color #5117dd

%63
%90
%0
%13

Triadic Colors of #5117dd

#5117dd #dd5117 #17dd51

Analogous Colors of #5117dd

#5117dd #b417dd #1740dd

Monochromatic Colors of #5117dd

#5117dd

Complementary Color

#5117dd #a3dd17

#5117dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5117dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5117dd Color CSS Codes

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

#5117dd Text Font Color

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

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


#5117dd Background Color

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

This div background color is #5117dd


#5117dd Border Color

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

This div border color is #5117dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5117dd


Comments

No comments written yet.

Please login to write comment.