Color Hex Logo

#534dcd Color Hex

#534DCD
(83,77,205)
0 Favorites   0 Comments

Color spaces of #534dcd

RGB 8377205
HSL0.670.560.55
HSV243°62°80°
CMYK 0.600.620.00   0.20
XYZ17.240611.554559.0792
Yxy11.55450.19620.1315
Hunter Lab33.991931.0488-79.2539
CIE-Lab40.499139.5051-65.7131

#534dcd color RGB value is (83,77,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001101 11001101
Octal 123 115 315
Decimal 83 77 205
Hex 53 4D CD

RGB Percentages of Color #534dcd

%22.74
%21.10
%56.16

CMYK Percentages of Color #534dcd

%60
%62
%0
%20

Triadic Colors of #534dcd

#534dcd #cd534d #4dcd53

Analogous Colors of #534dcd

#534dcd #934dcd #4d87cd

Monochromatic Colors of #534dcd

#534dcd

Complementary Color

#534dcd #c7cd4d

#534dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#534dcd Color CSS Codes

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

#534dcd Text Font Color

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

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


#534dcd Background Color

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

This div background color is #534dcd


#534dcd Border Color

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

This div border color is #534dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534dcd


Comments

No comments written yet.

Please login to write comment.