Color Hex Logo

#531dcb Color Hex

#531DCB
(83,29,203)
0 Favorites   0 Comments

Color spaces of #531dcb

RGB 8329203
HSL0.720.750.45
HSV259°86°80°
CMYK 0.590.860.00   0.20
XYZ14.78617.029557.0774
Yxy7.02950.18740.0891
Hunter Lab26.513253.1492-109.0798
CIE-Lab31.874062.5576-78.7204

#531dcb color RGB value is (83,29,203).

#531dcb hex color red value is 83, green value is 29 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #531dcb hue: 0.72 , saturation: 0.75 and the lightness value of 531dcb is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011101 11001011
Octal 123 35 313
Decimal 83 29 203
Hex 53 1D CB

RGB Percentages of Color #531dcb

%26.35
%9.21
%64.44

CMYK Percentages of Color #531dcb

%59
%86
%0
%20

Triadic Colors of #531dcb

#531dcb #cb531d #1dcb53

Analogous Colors of #531dcb

#531dcb #aa1dcb #1d3ecb

Monochromatic Colors of #531dcb

#531dcb

Complementary Color

#531dcb #95cb1d

#531dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#531dcb Color CSS Codes

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

#531dcb Text Font Color

<p style="color:#531dcb">Text here</p>

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


#531dcb Background Color

<div style="background-color:#531dcb">
Div content here</div>

This div background color is #531dcb


#531dcb Border Color

<div style="border:3px solid #531dcb">
Div here</div>

This div border color is #531dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531dcb


Comments

No comments written yet.

Please login to write comment.