Color Hex Logo

#532bcb Color Hex

#532BCB
(83,43,203)
0 Favorites   0 Comments

Color spaces of #532bcb

RGB 8343203
HSL0.710.650.48
HSV255°79°80°
CMYK 0.590.790.00   0.20
XYZ15.21067.878657.2189
Yxy7.87860.18940.0981
Hunter Lab28.068847.6093-101.2157
CIE-Lab33.728857.1120-75.6556

#532bcb color RGB value is (83,43,203).

#532bcb hex color red value is 83, green value is 43 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #532bcb hue: 0.71 , saturation: 0.65 and the lightness value of 532bcb is 0.48.

The process color (four color CMYK) of #532bcb color hex is 0.59, 0.79, 0.00, 0.20. Web safe color of #532bcb is #6633cc. Color #532bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00101011 11001011
Octal 123 53 313
Decimal 83 43 203
Hex 53 2B CB

RGB Percentages of Color #532bcb

%25.23
%13.07
%61.70

CMYK Percentages of Color #532bcb

%59
%79
%0
%20

Triadic Colors of #532bcb

#532bcb #cb532b #2bcb53

Analogous Colors of #532bcb

#532bcb #a32bcb #2b53cb

Monochromatic Colors of #532bcb

#532bcb

Complementary Color

#532bcb #a3cb2b

#532bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#532bcb Color CSS Codes

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

#532bcb Text Font Color

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

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


#532bcb Background Color

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

This div background color is #532bcb


#532bcb Border Color

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

This div border color is #532bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532bcb


Comments

No comments written yet.

Please login to write comment.