Color Hex Logo

#5238ed Color Hex

#5238ED
(82,56,237)
0 Favorites   0 Comments

Color spaces of #5238ed

RGB 8256237
HSL0.690.830.57
HSV249°76°93°
CMYK 0.650.760.00   0.07
XYZ20.179910.736681.1295
Yxy10.73660.18010.0958
Hunter Lab32.766852.5901-123.8635
CIE-Lab39.133260.6409-86.2587

#5238ed color RGB value is (82,56,237).

#5238ed hex color red value is 82, green value is 56 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #5238ed hue: 0.69 , saturation: 0.83 and the lightness value of 5238ed is 0.57.

The process color (four color CMYK) of #5238ed color hex is 0.65, 0.76, 0.00, 0.07. Web safe color of #5238ed is #6633ff. Color #5238ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00111000 11101101
Octal 122 70 355
Decimal 82 56 237
Hex 52 38 ED

RGB Percentages of Color #5238ed

%21.87
%14.93
%63.20

CMYK Percentages of Color #5238ed

%65
%76
%0
%7

Triadic Colors of #5238ed

#5238ed #ed5238 #38ed52

Analogous Colors of #5238ed

#5238ed #ad38ed #3879ed

Monochromatic Colors of #5238ed

#5238ed

Complementary Color

#5238ed #d3ed38

#5238ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5238ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5238ed Color CSS Codes

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

#5238ed Text Font Color

<p style="color:#5238ed">Text here</p>

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


#5238ed Background Color

<div style="background-color:#5238ed">
Div content here</div>

This div background color is #5238ed


#5238ed Border Color

<div style="border:3px solid #5238ed">
Div here</div>

This div border color is #5238ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,56,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5238ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5238ed;
  -webkit-box-shadow: 1px 1px 3px 2px #5238ed;
  box-shadow:         1px 1px 3px 2px #5238ed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5238ed


Comments

No comments written yet.

Please login to write comment.