Color Hex Logo

#532dba Color Hex

#532DBA
(83,45,186)
0 Favorites   0 Comments

Color spaces of #532dba

RGB 8345186
HSL0.710.610.45
HSV256°76°73°
CMYK 0.550.760.00   0.27
XYZ13.36867.260947.1513
Yxy7.26090.19720.1071
Hunter Lab26.946141.4026-84.8858
CIE-Lab32.393651.4342-67.8751

#532dba color RGB value is (83,45,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00101101 10111010
Octal 123 55 272
Decimal 83 45 186
Hex 53 2D BA

RGB Percentages of Color #532dba

%26.43
%14.33
%59.24

CMYK Percentages of Color #532dba

%55
%76
%0
%27

Triadic Colors of #532dba

#532dba #ba532d #2dba53

Analogous Colors of #532dba

#532dba #9a2dba #2d4dba

Monochromatic Colors of #532dba

#532dba

Complementary Color

#532dba #94ba2d

#532dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#532dba Color CSS Codes

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

#532dba Text Font Color

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

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


#532dba Background Color

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

This div background color is #532dba


#532dba Border Color

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

This div border color is #532dba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,45,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 #532dba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532dba


Comments

No comments written yet.

Please login to write comment.