Color Hex Logo

#5213ef Color Hex

#5213EF
(82,19,239)
0 Favorites   0 Comments

Color spaces of #5213ef

RGB 8219239
HSL0.710.870.51
HSV257°92°94°
CMYK 0.660.920.00   0.06
XYZ19.29258.491682.2836
Yxy8.49160.17530.0771
Hunter Lab29.140467.1811-147.0189
CIE-Lab34.986474.0771-94.2641

#5213ef color RGB value is (82,19,239).

#5213ef hex color red value is 82, green value is 19 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #5213ef hue: 0.71 , saturation: 0.87 and the lightness value of 5213ef is 0.51.

The process color (four color CMYK) of #5213ef color hex is 0.66, 0.92, 0.00, 0.06. Web safe color of #5213ef is #6600ff. Color #5213ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00010011 11101111
Octal 122 23 357
Decimal 82 19 239
Hex 52 13 EF

RGB Percentages of Color #5213ef

%24.12
%5.59
%70.29

CMYK Percentages of Color #5213ef

%66
%92
%0
%6

Triadic Colors of #5213ef

#5213ef #ef5213 #13ef52

Analogous Colors of #5213ef

#5213ef #c013ef #1342ef

Monochromatic Colors of #5213ef

#5213ef

Complementary Color

#5213ef #b0ef13

#5213ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5213ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5213ef Color CSS Codes

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

#5213ef Text Font Color

<p style="color:#5213ef">Text here</p>

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


#5213ef Background Color

<div style="background-color:#5213ef">
Div content here</div>

This div background color is #5213ef


#5213ef Border Color

<div style="border:3px solid #5213ef">
Div here</div>

This div border color is #5213ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,19,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5213ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5213ef;
  -webkit-box-shadow: 1px 1px 3px 2px #5213ef;
  box-shadow:         1px 1px 3px 2px #5213ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5213ef


Comments

No comments written yet.

Please login to write comment.