Color Hex Logo

#533dcc Color Hex

#533DCC
(83,61,204)
0 Favorites   0 Comments

Color spaces of #533dcc

RGB 8361204
HSL0.690.580.52
HSV249°70°80°
CMYK 0.590.700.00   0.20
XYZ16.13519.536158.1170
Yxy9.53610.19260.1138
Hunter Lab30.880639.2252-89.9669
CIE-Lab36.996648.4183-70.8614

#533dcc color RGB value is (83,61,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111101 11001100
Octal 123 75 314
Decimal 83 61 204
Hex 53 3D CC

RGB Percentages of Color #533dcc

%23.85
%17.53
%58.62

CMYK Percentages of Color #533dcc

%59
%70
%0
%20

Triadic Colors of #533dcc

#533dcc #cc533d #3dcc53

Analogous Colors of #533dcc

#533dcc #9b3dcc #3d6fcc

Monochromatic Colors of #533dcc

#533dcc

Complementary Color

#533dcc #b6cc3d

#533dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#533dcc Color CSS Codes

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

#533dcc Text Font Color

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

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


#533dcc Background Color

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

This div background color is #533dcc


#533dcc Border Color

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

This div border color is #533dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533dcc


Comments

No comments written yet.

Please login to write comment.