Color Hex Logo

#531eed Color Hex

#531EED
(83,30,237)
0 Favorites   0 Comments

Color spaces of #531eed

RGB 8330237
HSL0.710.850.52
HSV255°87°93°
CMYK 0.650.870.00   0.07
XYZ19.31768.882080.8170
Yxy8.88200.17720.0815
Hunter Lab29.802763.5460-139.9169
CIE-Lab35.756170.8869-91.8483

#531eed color RGB value is (83,30,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011110 11101101
Octal 123 36 355
Decimal 83 30 237
Hex 53 1E ED

RGB Percentages of Color #531eed

%23.71
%8.57
%67.71

CMYK Percentages of Color #531eed

%65
%87
%0
%7

Triadic Colors of #531eed

#531eed #ed531e #1eed53

Analogous Colors of #531eed

#531eed #bb1eed #1e51ed

Monochromatic Colors of #531eed

#531eed

Complementary Color

#531eed #b8ed1e

#531eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#531eed Color CSS Codes

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

#531eed Text Font Color

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

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


#531eed Background Color

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

This div background color is #531eed


#531eed Border Color

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

This div border color is #531eed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,30,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 #531eed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531eed


Comments

No comments written yet.

Please login to write comment.