Color Hex Logo

#531bdd Color Hex

#531BDD
(83,27,221)
0 Favorites   0 Comments

Color spaces of #531bdd

RGB 8327221
HSL0.710.780.49
HSV257°88°87°
CMYK 0.620.880.00   0.13
XYZ17.01047.843369.0240
Yxy7.84330.18120.0835
Hunter Lab28.005959.4082-126.5234
CIE-Lab33.654467.7429-86.1970

#531bdd color RGB value is (83,27,221).

#531bdd hex color red value is 83, green value is 27 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #531bdd hue: 0.71 , saturation: 0.78 and the lightness value of 531bdd is 0.49.

The process color (four color CMYK) of #531bdd color hex is 0.62, 0.88, 0.00, 0.13. Web safe color of #531bdd is #6633cc. Color #531bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011011 11011101
Octal 123 33 335
Decimal 83 27 221
Hex 53 1B DD

RGB Percentages of Color #531bdd

%25.08
%8.16
%66.77

CMYK Percentages of Color #531bdd

%62
%88
%0
%13

Triadic Colors of #531bdd

#531bdd #dd531b #1bdd53

Analogous Colors of #531bdd

#531bdd #b41bdd #1b44dd

Monochromatic Colors of #531bdd

#531bdd

Complementary Color

#531bdd #a5dd1b

#531bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#531bdd Color CSS Codes

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

#531bdd Text Font Color

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

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


#531bdd Background Color

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

This div background color is #531bdd


#531bdd Border Color

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

This div border color is #531bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531bdd


Comments

No comments written yet.

Please login to write comment.