Color Hex Logo

#532bea Color Hex

#532BEA
(83,43,234)
0 Favorites   0 Comments

Color spaces of #532bea

RGB 8343234
HSL0.700.820.54
HSV253°82°92°
CMYK 0.650.820.00   0.08
XYZ19.28249.507378.6607
Yxy9.50730.17950.0885
Hunter Lab30.833957.6680-129.6716
CIE-Lab36.943265.5913-88.1765

#532bea color RGB value is (83,43,234).

#532bea hex color red value is 83, green value is 43 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #532bea hue: 0.70 , saturation: 0.82 and the lightness value of 532bea is 0.54.

The process color (four color CMYK) of #532bea color hex is 0.65, 0.82, 0.00, 0.08. Web safe color of #532bea is #6633ff. Color #532bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00101011 11101010
Octal 123 53 352
Decimal 83 43 234
Hex 53 2B EA

RGB Percentages of Color #532bea

%23.06
%11.94
%65.00

CMYK Percentages of Color #532bea

%65
%82
%0
%8

Triadic Colors of #532bea

#532bea #ea532b #2bea53

Analogous Colors of #532bea

#532bea #b32bea #2b63ea

Monochromatic Colors of #532bea

#532bea

Complementary Color

#532bea #c2ea2b

#532bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#532bea Color CSS Codes

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

#532bea Text Font Color

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

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


#532bea Background Color

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

This div background color is #532bea


#532bea Border Color

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

This div border color is #532bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532bea


Comments

No comments written yet.

Please login to write comment.