Color Hex Logo

#533ccc Color Hex

#533CCC
(83,60,204)
0 Favorites   0 Comments

Color spaces of #533ccc

RGB 8360204
HSL0.690.590.52
HSV250°71°80°
CMYK 0.590.710.00   0.20
XYZ16.08229.430458.0994
Yxy9.43040.19230.1128
Hunter Lab30.709039.7393-90.6767
CIE-Lab36.800148.9626-71.1839

#533ccc color RGB value is (83,60,204).

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

The process color (four color CMYK) of #533ccc color hex is 0.59, 0.71, 0.00, 0.20. Web safe color of #533ccc is #6633cc. Color #533ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111100 11001100
Octal 123 74 314
Decimal 83 60 204
Hex 53 3C CC

RGB Percentages of Color #533ccc

%23.92
%17.29
%58.79

CMYK Percentages of Color #533ccc

%59
%71
%0
%20

Triadic Colors of #533ccc

#533ccc #cc533c #3ccc53

Analogous Colors of #533ccc

#533ccc #9b3ccc #3c6dcc

Monochromatic Colors of #533ccc

#533ccc

Complementary Color

#533ccc #b5cc3c

#533ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#533ccc Color CSS Codes

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

#533ccc Text Font Color

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

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


#533ccc Background Color

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

This div background color is #533ccc


#533ccc Border Color

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

This div border color is #533ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533ccc


Comments

No comments written yet.

Please login to write comment.