Color Hex Logo

#533eed Color Hex

#533EED
(83,62,237)
0 Favorites   0 Comments

Color spaces of #533eed

RGB 8362237
HSL0.690.830.59
HSV247°74°93°
CMYK 0.650.740.00   0.07
XYZ20.576011.398781.2365
Yxy11.39870.18170.1007
Hunter Lab33.762049.7022-119.0275
CIE-Lab40.244057.7920-84.4233

#533eed color RGB value is (83,62,237).

#533eed hex color red value is 83, green value is 62 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #533eed hue: 0.69 , saturation: 0.83 and the lightness value of 533eed is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111110 11101101
Octal 123 76 355
Decimal 83 62 237
Hex 53 3E ED

RGB Percentages of Color #533eed

%21.73
%16.23
%62.04

CMYK Percentages of Color #533eed

%65
%74
%0
%7

Triadic Colors of #533eed

#533eed #ed533e #3eed53

Analogous Colors of #533eed

#533eed #ab3eed #3e81ed

Monochromatic Colors of #533eed

#533eed

Complementary Color

#533eed #d8ed3e

#533eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#533eed Color CSS Codes

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

#533eed Text Font Color

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

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


#533eed Background Color

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

This div background color is #533eed


#533eed Border Color

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

This div border color is #533eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533eed


Comments

No comments written yet.

Please login to write comment.