Color Hex Logo

#5217ee Color Hex

#5217EE
(82,23,238)
0 Favorites   0 Comments

Color spaces of #5217ee

RGB 8223238
HSL0.710.860.51
HSV256°90°93°
CMYK 0.660.900.00   0.07
XYZ19.21878.579781.5320
Yxy8.57970.17580.0785
Hunter Lab29.291165.8592-144.5302
CIE-Lab35.162172.9445-93.4048

#5217ee color RGB value is (82,23,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00010111 11101110
Octal 122 27 356
Decimal 82 23 238
Hex 52 17 EE

RGB Percentages of Color #5217ee

%23.91
%6.71
%69.39

CMYK Percentages of Color #5217ee

%66
%90
%0
%7

Triadic Colors of #5217ee

#5217ee #ee5217 #17ee52

Analogous Colors of #5217ee

#5217ee #be17ee #1748ee

Monochromatic Colors of #5217ee

#5217ee

Complementary Color

#5217ee #b3ee17

#5217ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5217ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#5217ee Color CSS Codes

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

#5217ee Text Font Color

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

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


#5217ee Background Color

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

This div background color is #5217ee


#5217ee Border Color

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

This div border color is #5217ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5217ee


Comments

No comments written yet.

Please login to write comment.