Color Hex Logo

#533adc Color Hex

#533ADC
(83,58,220)
0 Favorites   0 Comments

Color spaces of #533adc

RGB 8358220
HSL0.690.700.55
HSV249°74°86°
CMYK 0.620.740.00   0.14
XYZ17.998610.032468.6980
Yxy10.03240.18610.1037
Hunter Lab31.674046.0025-106.4229
CIE-Lab37.900554.7946-78.6051

#533adc color RGB value is (83,58,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111010 11011100
Octal 123 72 334
Decimal 83 58 220
Hex 53 3A DC

RGB Percentages of Color #533adc

%22.99
%16.07
%60.94

CMYK Percentages of Color #533adc

%62
%74
%0
%14

Triadic Colors of #533adc

#533adc #dc533a #3adc53

Analogous Colors of #533adc

#533adc #a43adc #3a72dc

Monochromatic Colors of #533adc

#533adc

Complementary Color

#533adc #c3dc3a

#533adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#533adc Color CSS Codes

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

#533adc Text Font Color

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

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


#533adc Background Color

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

This div background color is #533adc


#533adc Border Color

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

This div border color is #533adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533adc


Comments

No comments written yet.

Please login to write comment.