Color Hex Logo

#532fba Color Hex

#532FBA
(83,47,186)
0 Favorites   0 Comments

Color spaces of #532fba

RGB 8347186
HSL0.710.600.46
HSV256°75°73°
CMYK 0.550.750.00   0.27
XYZ13.44677.417247.1773
Yxy7.41720.19760.1090
Hunter Lab27.234540.4716-83.6415
CIE-Lab32.738450.4535-67.3085

#532fba color RGB value is (83,47,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00101111 10111010
Octal 123 57 272
Decimal 83 47 186
Hex 53 2F BA

RGB Percentages of Color #532fba

%26.27
%14.87
%58.86

CMYK Percentages of Color #532fba

%55
%75
%0
%27

Triadic Colors of #532fba

#532fba #ba532f #2fba53

Analogous Colors of #532fba

#532fba #992fba #2f50ba

Monochromatic Colors of #532fba

#532fba

Complementary Color

#532fba #96ba2f

#532fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#532fba Color CSS Codes

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

#532fba Text Font Color

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

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


#532fba Background Color

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

This div background color is #532fba


#532fba Border Color

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

This div border color is #532fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532fba


Comments

No comments written yet.

Please login to write comment.