Color Hex Logo

#532cbe Color Hex

#532CBE
(83,44,190)
0 Favorites   0 Comments

Color spaces of #532cbe

RGB 8344190
HSL0.710.620.46
HSV256°77°75°
CMYK 0.560.770.00   0.25
XYZ13.76227.358149.4101
Yxy7.35810.19510.1043
Hunter Lab27.125843.0912-89.0096
CIE-Lab32.608653.0348-69.8831

#532cbe color RGB value is (83,44,190).

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

The process color (four color CMYK) of #532cbe color hex is 0.56, 0.77, 0.00, 0.25. Web safe color of #532cbe is #6633cc. Color #532cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00101100 10111110
Octal 123 54 276
Decimal 83 44 190
Hex 53 2C BE

RGB Percentages of Color #532cbe

%26.18
%13.88
%59.94

CMYK Percentages of Color #532cbe

%56
%77
%0
%25

Triadic Colors of #532cbe

#532cbe #be532c #2cbe53

Analogous Colors of #532cbe

#532cbe #9c2cbe #2c4ebe

Monochromatic Colors of #532cbe

#532cbe

Complementary Color

#532cbe #97be2c

#532cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#532cbe Color CSS Codes

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

#532cbe Text Font Color

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

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


#532cbe Background Color

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

This div background color is #532cbe


#532cbe Border Color

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

This div border color is #532cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532cbe


Comments

No comments written yet.

Please login to write comment.