Color Hex Logo

#5217dd Color Hex

#5217DD
(82,23,221)
0 Favorites   0 Comments

Color spaces of #5217dd

RGB 8223221
HSL0.720.810.48
HSV258°90°87°
CMYK 0.630.900.00   0.13
XYZ16.83727.627168.9914
Yxy7.62710.18020.0816
Hunter Lab27.617260.4948-128.7822
CIE-Lab33.193968.7682-86.9639

#5217dd color RGB value is (82,23,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00010111 11011101
Octal 122 27 335
Decimal 82 23 221
Hex 52 17 DD

RGB Percentages of Color #5217dd

%25.15
%7.06
%67.79

CMYK Percentages of Color #5217dd

%63
%90
%0
%13

Triadic Colors of #5217dd

#5217dd #dd5217 #17dd52

Analogous Colors of #5217dd

#5217dd #b517dd #173fdd

Monochromatic Colors of #5217dd

#5217dd

Complementary Color

#5217dd #a2dd17

#5217dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5217dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5217dd Color CSS Codes

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

#5217dd Text Font Color

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

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


#5217dd Background Color

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

This div background color is #5217dd


#5217dd Border Color

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

This div border color is #5217dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5217dd


Comments

No comments written yet.

Please login to write comment.