Color Hex Logo

#534dda Color Hex

#534DDA
(83,77,218)
0 Favorites   0 Comments

Color spaces of #534dda

RGB 8377218
HSL0.670.660.58
HSV243°65°85°
CMYK 0.620.650.00   0.15
XYZ18.876012.208767.6913
Yxy12.20870.19110.1236
Hunter Lab34.941035.2836-90.4042
CIE-Lab41.545943.6735-71.4780

#534dda color RGB value is (83,77,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001101 11011010
Octal 123 115 332
Decimal 83 77 218
Hex 53 4D DA

RGB Percentages of Color #534dda

%21.96
%20.37
%57.67

CMYK Percentages of Color #534dda

%62
%65
%0
%15

Triadic Colors of #534dda

#534dda #da534d #4dda53

Analogous Colors of #534dda

#534dda #9a4dda #4d8eda

Monochromatic Colors of #534dda

#534dda

Complementary Color

#534dda #d4da4d

#534dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#534dda Color CSS Codes

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

#534dda Text Font Color

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

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


#534dda Background Color

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

This div background color is #534dda


#534dda Border Color

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

This div border color is #534dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534dda


Comments

No comments written yet.

Please login to write comment.