Color Hex Logo

#5217eb Color Hex

#5217EB
(82,23,235)
0 Favorites   0 Comments

Color spaces of #5217eb

RGB 8223235
HSL0.710.840.51
HSV257°90°92°
CMYK 0.650.900.00   0.08
XYZ18.78158.404879.2297
Yxy8.40480.17650.0790
Hunter Lab28.991064.9048-141.7401
CIE-Lab34.812172.2109-92.2825

#5217eb color RGB value is (82,23,235).

#5217eb hex color red value is 82, green value is 23 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5217eb hue: 0.71 , saturation: 0.84 and the lightness value of 5217eb is 0.51.

The process color (four color CMYK) of #5217eb color hex is 0.65, 0.90, 0.00, 0.08. Web safe color of #5217eb is #6600ff. Color #5217eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00010111 11101011
Octal 122 27 353
Decimal 82 23 235
Hex 52 17 EB

RGB Percentages of Color #5217eb

%24.12
%6.76
%69.12

CMYK Percentages of Color #5217eb

%65
%90
%0
%8

Triadic Colors of #5217eb

#5217eb #eb5217 #17eb52

Analogous Colors of #5217eb

#5217eb #bc17eb #1746eb

Monochromatic Colors of #5217eb

#5217eb

Complementary Color

#5217eb #b0eb17

#5217eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5217eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5217eb Color CSS Codes

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

#5217eb Text Font Color

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

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


#5217eb Background Color

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

This div background color is #5217eb


#5217eb Border Color

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

This div border color is #5217eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,23,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5217eb


Comments

No comments written yet.

Please login to write comment.