Color Hex Logo

#533ddd Color Hex

#533DDD
(83,61,221)
0 Favorites   0 Comments

Color spaces of #533ddd

RGB 8361221
HSL0.690.700.55
HSV248°72°87°
CMYK 0.620.720.00   0.13
XYZ18.287210.396969.4496
Yxy10.39690.18630.1059
Hunter Lab32.244244.8083-105.1315
CIE-Lab38.545553.5408-78.1163

#533ddd color RGB value is (83,61,221).

#533ddd hex color red value is 83, green value is 61 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #533ddd hue: 0.69 , saturation: 0.70 and the lightness value of 533ddd is 0.55.

The process color (four color CMYK) of #533ddd color hex is 0.62, 0.72, 0.00, 0.13. Web safe color of #533ddd is #6633cc. Color #533ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111101 11011101
Octal 123 75 335
Decimal 83 61 221
Hex 53 3D DD

RGB Percentages of Color #533ddd

%22.74
%16.71
%60.55

CMYK Percentages of Color #533ddd

%62
%72
%0
%13

Triadic Colors of #533ddd

#533ddd #dd533d #3ddd53

Analogous Colors of #533ddd

#533ddd #a33ddd #3d77dd

Monochromatic Colors of #533ddd

#533ddd

Complementary Color

#533ddd #c7dd3d

#533ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#533ddd Color CSS Codes

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

#533ddd Text Font Color

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

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


#533ddd Background Color

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

This div background color is #533ddd


#533ddd Border Color

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

This div border color is #533ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533ddd


Comments

No comments written yet.

Please login to write comment.