Color Hex Logo

#534aca Color Hex

#534ACA
(83,74,202)
0 Favorites   0 Comments

Color spaces of #534aca

RGB 8374202
HSL0.680.550.54
HSV244°63°79°
CMYK 0.590.630.00   0.21
XYZ16.676711.000857.1215
Yxy11.00080.19670.1297
Hunter Lab33.167531.7073-78.8929
CIE-Lab39.581840.3389-65.4725

#534aca color RGB value is (83,74,202).

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

The process color (four color CMYK) of #534aca color hex is 0.59, 0.63, 0.00, 0.21. Web safe color of #534aca is #6633cc. Color #534aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001010 11001010
Octal 123 112 312
Decimal 83 74 202
Hex 53 4A CA

RGB Percentages of Color #534aca

%23.12
%20.61
%56.27

CMYK Percentages of Color #534aca

%59
%63
%0
%21

Triadic Colors of #534aca

#534aca #ca534a #4aca53

Analogous Colors of #534aca

#534aca #934aca #4a81ca

Monochromatic Colors of #534aca

#534aca

Complementary Color

#534aca #c1ca4a

#534aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#534aca Color CSS Codes

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

#534aca Text Font Color

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

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


#534aca Background Color

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

This div background color is #534aca


#534aca Border Color

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

This div border color is #534aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534aca


Comments

No comments written yet.

Please login to write comment.