Color Hex Logo

#533aef Color Hex

#533AEF
(83,58,239)
0 Favorites   0 Comments

Color spaces of #533aef

RGB 8358239
HSL0.690.850.58
HSV248°76°94°
CMYK 0.650.760.00   0.06
XYZ20.660311.097182.7144
Yxy11.09710.18050.0969
Hunter Lab33.312352.4092-123.8983
CIE-Lab39.743560.3588-86.3796

#533aef color RGB value is (83,58,239).

#533aef hex color red value is 83, green value is 58 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #533aef hue: 0.69 , saturation: 0.85 and the lightness value of 533aef is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111010 11101111
Octal 123 72 357
Decimal 83 58 239
Hex 53 3A EF

RGB Percentages of Color #533aef

%21.84
%15.26
%62.89

CMYK Percentages of Color #533aef

%65
%76
%0
%6

Triadic Colors of #533aef

#533aef #ef533a #3aef53

Analogous Colors of #533aef

#533aef #ae3aef #3a7cef

Monochromatic Colors of #533aef

#533aef

Complementary Color

#533aef #d6ef3a

#533aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#533aef Color CSS Codes

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

#533aef Text Font Color

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

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


#533aef Background Color

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

This div background color is #533aef


#533aef Border Color

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

This div border color is #533aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533aef


Comments

No comments written yet.

Please login to write comment.