Color Hex Logo

#5227eb Color Hex

#5227EB
(82,39,235)
0 Favorites   0 Comments

Color spaces of #5227eb

RGB 8239235
HSL0.700.830.54
HSV253°83°92°
CMYK 0.650.830.00   0.08
XYZ19.20069.243079.3694
Yxy9.24300.17810.0857
Hunter Lab30.402359.5278-133.5031
CIE-Lab36.448067.3099-89.5676

#5227eb color RGB value is (82,39,235).

#5227eb hex color red value is 82, green value is 39 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5227eb hue: 0.70 , saturation: 0.83 and the lightness value of 5227eb is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00100111 11101011
Octal 122 47 353
Decimal 82 39 235
Hex 52 27 EB

RGB Percentages of Color #5227eb

%23.03
%10.96
%66.01

CMYK Percentages of Color #5227eb

%65
%83
%0
%8

Triadic Colors of #5227eb

#5227eb #eb5227 #27eb52

Analogous Colors of #5227eb

#5227eb #b427eb #275eeb

Monochromatic Colors of #5227eb

#5227eb

Complementary Color

#5227eb #c0eb27

#5227eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5227eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5227eb Color CSS Codes

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

#5227eb Text Font Color

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

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


#5227eb Background Color

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

This div background color is #5227eb


#5227eb Border Color

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

This div border color is #5227eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5227eb


Comments

No comments written yet.

Please login to write comment.