Color Hex Logo

#534aeb Color Hex

#534AEB
(83,74,235)
0 Favorites   0 Comments

Color spaces of #534aeb

RGB 8374235
HSL0.680.800.61
HSV243°69°92°
CMYK 0.650.690.00   0.08
XYZ21.011512.734779.9479
Yxy12.73470.18480.1120
Hunter Lab35.685742.6496-107.8494
CIE-Lab42.360850.7715-79.8095

#534aeb color RGB value is (83,74,235).

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

The process color (four color CMYK) of #534aeb color hex is 0.65, 0.69, 0.00, 0.08. Web safe color of #534aeb is #6633ff. Color #534aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001010 11101011
Octal 123 112 353
Decimal 83 74 235
Hex 53 4A EB

RGB Percentages of Color #534aeb

%21.17
%18.88
%59.95

CMYK Percentages of Color #534aeb

%65
%69
%0
%8

Triadic Colors of #534aeb

#534aeb #eb534a #4aeb53

Analogous Colors of #534aeb

#534aeb #a44aeb #4a92eb

Monochromatic Colors of #534aeb

#534aeb

Complementary Color

#534aeb #e2eb4a

#534aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#534aeb Color CSS Codes

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

#534aeb Text Font Color

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

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


#534aeb Background Color

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

This div background color is #534aeb


#534aeb Border Color

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

This div border color is #534aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534aeb


Comments

No comments written yet.

Please login to write comment.