Color Hex Logo

#533fed Color Hex

#533FED
(83,63,237)
0 Favorites   0 Comments

Color spaces of #533fed

RGB 8363237
HSL0.690.830.59
HSV247°73°93°
CMYK 0.650.730.00   0.07
XYZ20.630811.508481.2547
Yxy11.50840.18190.1015
Hunter Lab33.924049.1872-118.2643
CIE-Lab40.423957.2831-84.1267

#533fed color RGB value is (83,63,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111111 11101101
Octal 123 77 355
Decimal 83 63 237
Hex 53 3F ED

RGB Percentages of Color #533fed

%21.67
%16.45
%61.88

CMYK Percentages of Color #533fed

%65
%73
%0
%7

Triadic Colors of #533fed

#533fed #ed533f #3fed53

Analogous Colors of #533fed

#533fed #aa3fed #3f82ed

Monochromatic Colors of #533fed

#533fed

Complementary Color

#533fed #d9ed3f

#533fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#533fed Color CSS Codes

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

#533fed Text Font Color

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

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


#533fed Background Color

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

This div background color is #533fed


#533fed Border Color

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

This div border color is #533fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533fed


Comments

No comments written yet.

Please login to write comment.