Color Hex Logo

#534adb Color Hex

#534ADB
(83,74,219)
0 Favorites   0 Comments

Color spaces of #534adb

RGB 8374219
HSL0.680.670.57
HSV244°66°86°
CMYK 0.620.660.00   0.14
XYZ18.802211.851068.3143
Yxy11.85100.19000.1197
Hunter Lab34.425337.2478-93.5587
CIE-Lab40.978345.7393-72.9786

#534adb color RGB value is (83,74,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001010 11011011
Octal 123 112 333
Decimal 83 74 219
Hex 53 4A DB

RGB Percentages of Color #534adb

%22.07
%19.68
%58.24

CMYK Percentages of Color #534adb

%62
%66
%0
%14

Triadic Colors of #534adb

#534adb #db534a #4adb53

Analogous Colors of #534adb

#534adb #9c4adb #4a8adb

Monochromatic Colors of #534adb

#534adb

Complementary Color

#534adb #d2db4a

#534adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#534adb Color CSS Codes

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

#534adb Text Font Color

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

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


#534adb Background Color

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

This div background color is #534adb


#534adb Border Color

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

This div border color is #534adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534adb


Comments

No comments written yet.

Please login to write comment.