Color Hex Logo

#5219be Color Hex

#5219BE
(82,25,190)
0 Favorites   0 Comments

Color spaces of #5219be

RGB 8225190
HSL0.720.770.42
HSV261°87°75°
CMYK 0.570.870.00   0.25
XYZ13.12166.206849.2216
Yxy6.20680.19140.0905
Hunter Lab24.913550.4152-99.7001
CIE-Lab29.928360.4491-74.3086

#5219be color RGB value is (82,25,190).

#5219be hex color red value is 82, green value is 25 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #5219be hue: 0.72 , saturation: 0.77 and the lightness value of 5219be is 0.42.

The process color (four color CMYK) of #5219be color hex is 0.57, 0.87, 0.00, 0.25. Web safe color of #5219be is #6600cc. Color #5219be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00011001 10111110
Octal 122 31 276
Decimal 82 25 190
Hex 52 19 BE

RGB Percentages of Color #5219be

%27.61
%8.42
%63.97

CMYK Percentages of Color #5219be

%57
%87
%0
%25

Triadic Colors of #5219be

#5219be #be5219 #19be52

Analogous Colors of #5219be

#5219be #a519be #1933be

Monochromatic Colors of #5219be

#5219be

Complementary Color

#5219be #85be19

#5219be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5219be Color Preview on White Background

Lorem ipsum dolor sit amet.

#5219be Color CSS Codes

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

#5219be Text Font Color

<p style="color:#5219be">Text here</p>

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


#5219be Background Color

<div style="background-color:#5219be">
Div content here</div>

This div background color is #5219be


#5219be Border Color

<div style="border:3px solid #5219be">
Div here</div>

This div border color is #5219be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,25,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5219be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5219be;
  -webkit-box-shadow: 1px 1px 3px 2px #5219be;
  box-shadow:         1px 1px 3px 2px #5219be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5219be


Comments

No comments written yet.

Please login to write comment.