Color Hex Logo

#5214e1 Color Hex

#5214E1
(82,20,225)
0 Favorites   0 Comments

Color spaces of #5214e1

RGB 8220225
HSL0.720.840.48
HSV258°91°88°
CMYK 0.640.910.00   0.12
XYZ17.32047.730471.8134
Yxy7.73040.17880.0798
Hunter Lab27.803662.5412-133.6765
CIE-Lab33.415070.4762-88.8936

#5214e1 color RGB value is (82,20,225).

#5214e1 hex color red value is 82, green value is 20 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #5214e1 hue: 0.72 , saturation: 0.84 and the lightness value of 5214e1 is 0.48.

The process color (four color CMYK) of #5214e1 color hex is 0.64, 0.91, 0.00, 0.12. Web safe color of #5214e1 is #6600cc. Color #5214e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00010100 11100001
Octal 122 24 341
Decimal 82 20 225
Hex 52 14 E1

RGB Percentages of Color #5214e1

%25.08
%6.12
%68.81

CMYK Percentages of Color #5214e1

%64
%91
%0
%12

Triadic Colors of #5214e1

#5214e1 #e15214 #14e152

Analogous Colors of #5214e1

#5214e1 #b914e1 #143de1

Monochromatic Colors of #5214e1

#5214e1

Complementary Color

#5214e1 #a3e114

#5214e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5214e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5214e1 Color CSS Codes

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

#5214e1 Text Font Color

<p style="color:#5214e1">Text here</p>

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


#5214e1 Background Color

<div style="background-color:#5214e1">
Div content here</div>

This div background color is #5214e1


#5214e1 Border Color

<div style="border:3px solid #5214e1">
Div here</div>

This div border color is #5214e1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,20,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5214e1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5214e1;
  -webkit-box-shadow: 1px 1px 3px 2px #5214e1;
  box-shadow:         1px 1px 3px 2px #5214e1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5214e1


Comments

No comments written yet.

Please login to write comment.