Color Hex Logo

#532bcd Color Hex

#532BCD
(83,43,205)
0 Favorites   0 Comments

Color spaces of #532bcd

RGB 8343205
HSL0.710.650.49
HSV255°79°80°
CMYK 0.600.790.00   0.20
XYZ15.45067.974558.4825
Yxy7.97450.18860.0974
Hunter Lab28.239248.2449-103.0205
CIE-Lab33.929757.6661-76.4886

#532bcd color RGB value is (83,43,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00101011 11001101
Octal 123 53 315
Decimal 83 43 205
Hex 53 2B CD

RGB Percentages of Color #532bcd

%25.08
%12.99
%61.93

CMYK Percentages of Color #532bcd

%60
%79
%0
%20

Triadic Colors of #532bcd

#532bcd #cd532b #2bcd53

Analogous Colors of #532bcd

#532bcd #a42bcd #2b54cd

Monochromatic Colors of #532bcd

#532bcd

Complementary Color

#532bcd #a5cd2b

#532bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#532bcd Color CSS Codes

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

#532bcd Text Font Color

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

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


#532bcd Background Color

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

This div background color is #532bcd


#532bcd Border Color

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

This div border color is #532bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532bcd


Comments

No comments written yet.

Please login to write comment.