Color Hex Logo

#534ecc Color Hex

#534ECC
(83,78,204)
0 Favorites   0 Comments

Color spaces of #534ecc

RGB 8378204
HSL0.670.550.55
HSV242°62°80°
CMYK 0.590.620.00   0.20
XYZ17.190811.647458.4689
Yxy11.64740.19690.1334
Hunter Lab34.128330.1879-77.6864
CIE-Lab40.650138.5814-64.8891

#534ecc color RGB value is (83,78,204).

#534ecc hex color red value is 83, green value is 78 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #534ecc hue: 0.67 , saturation: 0.55 and the lightness value of 534ecc is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001110 11001100
Octal 123 116 314
Decimal 83 78 204
Hex 53 4E CC

RGB Percentages of Color #534ecc

%22.74
%21.37
%55.89

CMYK Percentages of Color #534ecc

%59
%62
%0
%20

Triadic Colors of #534ecc

#534ecc #cc534e #4ecc53

Analogous Colors of #534ecc

#534ecc #924ecc #4e88cc

Monochromatic Colors of #534ecc

#534ecc

Complementary Color

#534ecc #c7cc4e

#534ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#534ecc Color CSS Codes

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

#534ecc Text Font Color

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

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


#534ecc Background Color

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

This div background color is #534ecc


#534ecc Border Color

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

This div border color is #534ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534ecc


Comments

No comments written yet.

Please login to write comment.