Color Hex Logo

#533874 Color Hex

#533874
(83,56,116)
0 Favorites   0 Comments

Color spaces of #533874

RGB 8356116
HSL0.740.350.34
HSV267°52°45°
CMYK 0.280.520.00   0.55
XYZ8.13385.928317.2386
Yxy5.92830.25990.1894
Hunter Lab24.348117.0211-24.9340
CIE-Lab29.230825.3769-30.2116

#533874 color RGB value is (83,56,116).

#533874 hex color red value is 83, green value is 56 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #533874 hue: 0.74 , saturation: 0.35 and the lightness value of 533874 is 0.34.

The process color (four color CMYK) of #533874 color hex is 0.28, 0.52, 0.00, 0.55. Web safe color of #533874 is #663366. Color #533874 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111000 01110100
Octal 123 70 164
Decimal 83 56 116
Hex 53 38 74

RGB Percentages of Color #533874

%32.55
%21.96
%45.49

CMYK Percentages of Color #533874

%28
%52
%0
%55

Triadic Colors of #533874

#533874 #745338 #387453

Analogous Colors of #533874

#533874 #713874 #383b74

Monochromatic Colors of #533874

#533874

Complementary Color

#533874 #597438

#533874 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533874 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533874 Color CSS Codes

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

#533874 Text Font Color

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

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


#533874 Background Color

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

This div background color is #533874


#533874 Border Color

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

This div border color is #533874


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,56,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #533874; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #533874;
  -webkit-box-shadow: 1px 1px 3px 2px #533874;
  box-shadow:         1px 1px 3px 2px #533874; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533874


Comments

No comments written yet.

Please login to write comment.