Color Hex Logo

#531eea Color Hex

#531EEA
(83,30,234)
0 Favorites   0 Comments

Color spaces of #531eea

RGB 8330234
HSL0.710.830.52
HSV256°87°92°
CMYK 0.650.870.00   0.08
XYZ18.88288.708178.5275
Yxy8.70810.17790.0821
Hunter Lab29.509562.5786-137.1196
CIE-Lab35.416170.1301-90.7081

#531eea color RGB value is (83,30,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011110 11101010
Octal 123 36 352
Decimal 83 30 234
Hex 53 1E EA

RGB Percentages of Color #531eea

%23.92
%8.65
%67.44

CMYK Percentages of Color #531eea

%65
%87
%0
%8

Triadic Colors of #531eea

#531eea #ea531e #1eea53

Analogous Colors of #531eea

#531eea #b91eea #1e4fea

Monochromatic Colors of #531eea

#531eea

Complementary Color

#531eea #b5ea1e

#531eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#531eea Color CSS Codes

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

#531eea Text Font Color

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

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


#531eea Background Color

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

This div background color is #531eea


#531eea Border Color

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

This div border color is #531eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531eea


Comments

No comments written yet.

Please login to write comment.