Color Hex Logo

#532cdb Color Hex

#532CDB
(83,44,219)
0 Favorites   0 Comments

Color spaces of #532cdb

RGB 8344219
HSL0.700.710.52
HSV253°80°86°
CMYK 0.620.800.00   0.14
XYZ17.25418.754867.7983
Yxy8.75480.18390.0933
Hunter Lab29.588552.3097-115.1435
CIE-Lab35.507861.0930-81.9783

#532cdb color RGB value is (83,44,219).

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

The process color (four color CMYK) of #532cdb color hex is 0.62, 0.80, 0.00, 0.14. Web safe color of #532cdb is #6633cc. Color #532cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00101100 11011011
Octal 123 54 333
Decimal 83 44 219
Hex 53 2C DB

RGB Percentages of Color #532cdb

%23.99
%12.72
%63.29

CMYK Percentages of Color #532cdb

%62
%80
%0
%14

Triadic Colors of #532cdb

#532cdb #db532c #2cdb53

Analogous Colors of #532cdb

#532cdb #ab2cdb #2c5cdb

Monochromatic Colors of #532cdb

#532cdb

Complementary Color

#532cdb #b4db2c

#532cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#532cdb Color CSS Codes

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

#532cdb Text Font Color

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

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


#532cdb Background Color

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

This div background color is #532cdb


#532cdb Border Color

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

This div border color is #532cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532cdb


Comments

No comments written yet.

Please login to write comment.