Color Hex Logo

#534cdd Color Hex

#534CDD
(83,76,221)
0 Favorites   0 Comments

Color spaces of #534cdd

RGB 8376221
HSL0.670.680.58
HSV243°66°87°
CMYK 0.620.660.00   0.13
XYZ19.202912.228369.7548
Yxy12.22830.18980.1208
Hunter Lab34.969036.8259-93.7911
CIE-Lab41.576745.2152-73.1421

#534cdd color RGB value is (83,76,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001100 11011101
Octal 123 114 335
Decimal 83 76 221
Hex 53 4C DD

RGB Percentages of Color #534cdd

%21.84
%20.00
%58.16

CMYK Percentages of Color #534cdd

%62
%66
%0
%13

Triadic Colors of #534cdd

#534cdd #dd534c #4cdd53

Analogous Colors of #534cdd

#534cdd #9c4cdd #4c8edd

Monochromatic Colors of #534cdd

#534cdd

Complementary Color

#534cdd #d6dd4c

#534cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#534cdd Color CSS Codes

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

#534cdd Text Font Color

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

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


#534cdd Background Color

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

This div background color is #534cdd


#534cdd Border Color

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

This div border color is #534cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534cdd


Comments

No comments written yet.

Please login to write comment.