Color Hex Logo

#534cda Color Hex

#534CDA
(83,76,218)
0 Favorites   0 Comments

Color spaces of #534cda

RGB 8376218
HSL0.670.660.58
HSV243°65°85°
CMYK 0.620.650.00   0.15
XYZ18.806612.069867.6682
Yxy12.06980.19080.1225
Hunter Lab34.741635.8292-91.1633
CIE-Lab41.326844.2598-71.8362

#534cda color RGB value is (83,76,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001100 11011010
Octal 123 114 332
Decimal 83 76 218
Hex 53 4C DA

RGB Percentages of Color #534cda

%22.02
%20.16
%57.82

CMYK Percentages of Color #534cda

%62
%65
%0
%15

Triadic Colors of #534cda

#534cda #da534c #4cda53

Analogous Colors of #534cda

#534cda #9a4cda #4c8cda

Monochromatic Colors of #534cda

#534cda

Complementary Color

#534cda #d3da4c

#534cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#534cda Color CSS Codes

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

#534cda Text Font Color

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

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


#534cda Background Color

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

This div background color is #534cda


#534cda Border Color

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

This div border color is #534cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534cda


Comments

No comments written yet.

Please login to write comment.