Color Hex Logo

#534bda Color Hex

#534BDA
(83,75,218)
0 Favorites   0 Comments

Color spaces of #534bda

RGB 8375218
HSL0.680.660.57
HSV243°66°85°
CMYK 0.620.660.00   0.15
XYZ18.738211.933167.6454
Yxy11.93310.19060.1214
Hunter Lab34.544336.3729-91.9219
CIE-Lab41.109644.8425-72.1916

#534bda color RGB value is (83,75,218).

#534bda hex color red value is 83, green value is 75 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #534bda hue: 0.68 , saturation: 0.66 and the lightness value of 534bda is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001011 11011010
Octal 123 113 332
Decimal 83 75 218
Hex 53 4B DA

RGB Percentages of Color #534bda

%22.07
%19.95
%57.98

CMYK Percentages of Color #534bda

%62
%66
%0
%15

Triadic Colors of #534bda

#534bda #da534b #4bda53

Analogous Colors of #534bda

#534bda #9b4bda #4b8bda

Monochromatic Colors of #534bda

#534bda

Complementary Color

#534bda #d2da4b

#534bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#534bda Color CSS Codes

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

#534bda Text Font Color

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

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


#534bda Background Color

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

This div background color is #534bda


#534bda Border Color

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

This div border color is #534bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534bda


Comments

No comments written yet.

Please login to write comment.