Color Hex Logo

#531eda Color Hex

#531EDA
(83,30,218)
0 Favorites   0 Comments

Color spaces of #531eda

RGB 8330218
HSL0.710.760.49
HSV257°86°85°
CMYK 0.620.860.00   0.15
XYZ16.68647.829566.9614
Yxy7.82950.18240.0856
Hunter Lab27.981257.4799-122.2989
CIE-Lab33.625266.0680-84.5185

#531eda color RGB value is (83,30,218).

#531eda hex color red value is 83, green value is 30 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #531eda hue: 0.71 , saturation: 0.76 and the lightness value of 531eda is 0.49.

The process color (four color CMYK) of #531eda color hex is 0.62, 0.86, 0.00, 0.15. Web safe color of #531eda is #6633cc. Color #531eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011110 11011010
Octal 123 36 332
Decimal 83 30 218
Hex 53 1E DA

RGB Percentages of Color #531eda

%25.08
%9.06
%65.86

CMYK Percentages of Color #531eda

%62
%86
%0
%15

Triadic Colors of #531eda

#531eda #da531e #1eda53

Analogous Colors of #531eda

#531eda #b11eda #1e47da

Monochromatic Colors of #531eda

#531eda

Complementary Color

#531eda #a5da1e

#531eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#531eda Color CSS Codes

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

#531eda Text Font Color

<p style="color:#531eda">Text here</p>

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


#531eda Background Color

<div style="background-color:#531eda">
Div content here</div>

This div background color is #531eda


#531eda Border Color

<div style="border:3px solid #531eda">
Div here</div>

This div border color is #531eda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,30,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #531eda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #531eda;
  -webkit-box-shadow: 1px 1px 3px 2px #531eda;
  box-shadow:         1px 1px 3px 2px #531eda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,30,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531eda


Comments

No comments written yet.

Please login to write comment.