Color Hex Logo

#531bda Color Hex

#531BDA
(83,27,218)
0 Favorites   0 Comments

Color spaces of #531bda

RGB 8327218
HSL0.720.780.48
HSV258°88°85°
CMYK 0.620.880.00   0.15
XYZ16.61417.684866.9373
Yxy7.68480.18210.0842
Hunter Lab27.721558.4665-123.7588
CIE-Lab33.317666.9890-85.0285

#531bda color RGB value is (83,27,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011011 11011010
Octal 123 33 332
Decimal 83 27 218
Hex 53 1B DA

RGB Percentages of Color #531bda

%25.30
%8.23
%66.46

CMYK Percentages of Color #531bda

%62
%88
%0
%15

Triadic Colors of #531bda

#531bda #da531b #1bda53

Analogous Colors of #531bda

#531bda #b31bda #1b43da

Monochromatic Colors of #531bda

#531bda

Complementary Color

#531bda #a2da1b

#531bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#531bda Color CSS Codes

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

#531bda Text Font Color

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

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


#531bda Background Color

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

This div background color is #531bda


#531bda Border Color

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

This div border color is #531bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531bda


Comments

No comments written yet.

Please login to write comment.