Color Hex Logo

#533cee Color Hex

#533CEE
(83,60,238)
0 Favorites   0 Comments

Color spaces of #533cee

RGB 8360238
HSL0.690.840.58
HSV248°75°93°
CMYK 0.650.750.00   0.07
XYZ20.615811.243881.9726
Yxy11.24380.18110.0988
Hunter Lab33.531851.0637-121.4695
CIE-Lab39.988159.0886-85.4108

#533cee color RGB value is (83,60,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111100 11101110
Octal 123 74 356
Decimal 83 60 238
Hex 53 3C EE

RGB Percentages of Color #533cee

%21.78
%15.75
%62.47

CMYK Percentages of Color #533cee

%65
%75
%0
%7

Triadic Colors of #533cee

#533cee #ee533c #3cee53

Analogous Colors of #533cee

#533cee #ac3cee #3c7eee

Monochromatic Colors of #533cee

#533cee

Complementary Color

#533cee #d7ee3c

#533cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#533cee Color CSS Codes

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

#533cee Text Font Color

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

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


#533cee Background Color

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

This div background color is #533cee


#533cee Border Color

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

This div border color is #533cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533cee


Comments

No comments written yet.

Please login to write comment.