Color Hex Logo

#532dcd Color Hex

#532DCD
(83,45,205)
0 Favorites   0 Comments

Color spaces of #532dcd

RGB 8345205
HSL0.710.640.49
HSV254°78°80°
CMYK 0.600.780.00   0.20
XYZ15.52518.123658.5073
Yxy8.12360.18900.0989
Hunter Lab28.501947.3512-101.7561
CIE-Lab34.239056.7709-75.9784

#532dcd color RGB value is (83,45,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00101101 11001101
Octal 123 55 315
Decimal 83 45 205
Hex 53 2D CD

RGB Percentages of Color #532dcd

%24.92
%13.51
%61.56

CMYK Percentages of Color #532dcd

%60
%78
%0
%20

Triadic Colors of #532dcd

#532dcd #cd532d #2dcd53

Analogous Colors of #532dcd

#532dcd #a32dcd #2d57cd

Monochromatic Colors of #532dcd

#532dcd

Complementary Color

#532dcd #a7cd2d

#532dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#532dcd Color CSS Codes

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

#532dcd Text Font Color

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

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


#532dcd Background Color

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

This div background color is #532dcd


#532dcd Border Color

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

This div border color is #532dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532dcd


Comments

No comments written yet.

Please login to write comment.