Color Hex Logo

#532ade Color Hex

#532ADE
(83,42,222)
0 Favorites   0 Comments

Color spaces of #532ade

RGB 8342222
HSL0.700.730.52
HSV254°81°87°
CMYK 0.630.810.00   0.13
XYZ17.58018.768969.8732
Yxy8.76890.18270.0911
Hunter Lab29.612354.1494-119.1720
CIE-Lab35.535562.7458-83.6554

#532ade color RGB value is (83,42,222).

#532ade hex color red value is 83, green value is 42 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #532ade hue: 0.70 , saturation: 0.73 and the lightness value of 532ade is 0.52.

The process color (four color CMYK) of #532ade color hex is 0.63, 0.81, 0.00, 0.13. Web safe color of #532ade is #6633cc. Color #532ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00101010 11011110
Octal 123 52 336
Decimal 83 42 222
Hex 53 2A DE

RGB Percentages of Color #532ade

%23.92
%12.10
%63.98

CMYK Percentages of Color #532ade

%63
%81
%0
%13

Triadic Colors of #532ade

#532ade #de532a #2ade53

Analogous Colors of #532ade

#532ade #ad2ade #2a5bde

Monochromatic Colors of #532ade

#532ade

Complementary Color

#532ade #b5de2a

#532ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#532ade Color CSS Codes

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

#532ade Text Font Color

<p style="color:#532ade">Text here</p>

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


#532ade Background Color

<div style="background-color:#532ade">
Div content here</div>

This div background color is #532ade


#532ade Border Color

<div style="border:3px solid #532ade">
Div here</div>

This div border color is #532ade


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,42,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #532ade; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #532ade;
  -webkit-box-shadow: 1px 1px 3px 2px #532ade;
  box-shadow:         1px 1px 3px 2px #532ade; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532ade


Comments

No comments written yet.

Please login to write comment.