Color Hex Logo

#533ced Color Hex

#533CED
(83,60,237)
0 Favorites   0 Comments

Color spaces of #533ced

RGB 8360237
HSL0.690.830.58
HSV248°75°93°
CMYK 0.650.750.00   0.07
XYZ20.469211.185181.2009
Yxy11.18510.18140.0991
Hunter Lab33.444150.7222-120.5427
CIE-Lab39.890558.7955-85.0063

#533ced color RGB value is (83,60,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111100 11101101
Octal 123 74 355
Decimal 83 60 237
Hex 53 3C ED

RGB Percentages of Color #533ced

%21.84
%15.79
%62.37

CMYK Percentages of Color #533ced

%65
%75
%0
%7

Triadic Colors of #533ced

#533ced #ed533c #3ced53

Analogous Colors of #533ced

#533ced #ac3ced #3c7eed

Monochromatic Colors of #533ced

#533ced

Complementary Color

#533ced #d6ed3c

#533ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#533ced Color CSS Codes

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

#533ced Text Font Color

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

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


#533ced Background Color

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

This div background color is #533ced


#533ced Border Color

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

This div border color is #533ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533ced


Comments

No comments written yet.

Please login to write comment.