Color Hex Logo

#533cef Color Hex

#533CEF
(83,60,239)
0 Favorites   0 Comments

Color spaces of #533cef

RGB 8360239
HSL0.690.850.59
HSV248°75°94°
CMYK 0.650.750.00   0.06
XYZ20.763111.302782.7487
Yxy11.30270.18080.0984
Hunter Lab33.619551.4059-122.3987
CIE-Lab40.085759.3817-85.8149

#533cef color RGB value is (83,60,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111100 11101111
Octal 123 74 357
Decimal 83 60 239
Hex 53 3C EF

RGB Percentages of Color #533cef

%21.73
%15.71
%62.57

CMYK Percentages of Color #533cef

%65
%75
%0
%6

Triadic Colors of #533cef

#533cef #ef533c #3cef53

Analogous Colors of #533cef

#533cef #ad3cef #3c7fef

Monochromatic Colors of #533cef

#533cef

Complementary Color

#533cef #d8ef3c

#533cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#533cef Color CSS Codes

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

#533cef Text Font Color

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

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


#533cef Background Color

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

This div background color is #533cef


#533cef Border Color

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

This div border color is #533cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533cef


Comments

No comments written yet.

Please login to write comment.