Color Hex Logo

#532eba Color Hex

#532EBA
(83,46,186)
0 Favorites   0 Comments

Color spaces of #532eba

RGB 8346186
HSL0.710.600.45
HSV256°75°73°
CMYK 0.550.750.00   0.27
XYZ13.40727.338247.1641
Yxy7.33820.19740.1081
Hunter Lab27.089140.9390-84.2658
CIE-Lab32.564850.9466-67.5938

#532eba color RGB value is (83,46,186).

#532eba hex color red value is 83, green value is 46 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #532eba hue: 0.71 , saturation: 0.60 and the lightness value of 532eba is 0.45.

The process color (four color CMYK) of #532eba color hex is 0.55, 0.75, 0.00, 0.27. Web safe color of #532eba is #6633cc. Color #532eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00101110 10111010
Octal 123 56 272
Decimal 83 46 186
Hex 53 2E BA

RGB Percentages of Color #532eba

%26.35
%14.60
%59.05

CMYK Percentages of Color #532eba

%55
%75
%0
%27

Triadic Colors of #532eba

#532eba #ba532e #2eba53

Analogous Colors of #532eba

#532eba #992eba #2e4fba

Monochromatic Colors of #532eba

#532eba

Complementary Color

#532eba #95ba2e

#532eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#532eba Color CSS Codes

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

#532eba Text Font Color

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

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


#532eba Background Color

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

This div background color is #532eba


#532eba Border Color

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

This div border color is #532eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532eba


Comments

No comments written yet.

Please login to write comment.