Color Hex Logo

#532ada Color Hex

#532ADA
(83,42,218)
0 Favorites   0 Comments

Color spaces of #532ada

RGB 8342218
HSL0.710.700.51
HSV254°81°85°
CMYK 0.620.810.00   0.15
XYZ17.05018.556967.0827
Yxy8.55690.18390.0923
Hunter Lab29.252252.8503-115.4905
CIE-Lab35.116861.6585-82.0496

#532ada color RGB value is (83,42,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00101010 11011010
Octal 123 52 332
Decimal 83 42 218
Hex 53 2A DA

RGB Percentages of Color #532ada

%24.20
%12.24
%63.56

CMYK Percentages of Color #532ada

%62
%81
%0
%15

Triadic Colors of #532ada

#532ada #da532a #2ada53

Analogous Colors of #532ada

#532ada #ab2ada #2a59da

Monochromatic Colors of #532ada

#532ada

Complementary Color

#532ada #b1da2a

#532ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#532ada Color CSS Codes

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

#532ada Text Font Color

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

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


#532ada Background Color

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

This div background color is #532ada


#532ada Border Color

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

This div border color is #532ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532ada


Comments

No comments written yet.

Please login to write comment.