Color Hex Logo

#534283 Color Hex

#534283
(83,66,131)
0 Favorites   0 Comments

Color spaces of #534283

RGB 8366131
HSL0.710.330.39
HSV256°50°51°
CMYK 0.370.500.00   0.49
XYZ9.61227.374122.3895
Yxy7.37410.24410.1873
Hunter Lab27.155315.6621-29.8758
CIE-Lab32.643823.2795-34.1792

#534283 color RGB value is (83,66,131).

#534283 hex color red value is 83, green value is 66 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #534283 hue: 0.71 , saturation: 0.33 and the lightness value of 534283 is 0.39.

The process color (four color CMYK) of #534283 color hex is 0.37, 0.50, 0.00, 0.49. Web safe color of #534283 is #663399. Color #534283 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000010 10000011
Octal 123 102 203
Decimal 83 66 131
Hex 53 42 83

RGB Percentages of Color #534283

%29.64
%23.57
%46.79

CMYK Percentages of Color #534283

%37
%50
%0
%49

Triadic Colors of #534283

#534283 #835342 #428353

Analogous Colors of #534283

#534283 #744283 #425283

Monochromatic Colors of #534283

#534283

Complementary Color

#534283 #728342

#534283 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534283 Color Preview on White Background

Lorem ipsum dolor sit amet.

#534283 Color CSS Codes

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

#534283 Text Font Color

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

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


#534283 Background Color

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

This div background color is #534283


#534283 Border Color

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

This div border color is #534283


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534283


Comments

No comments written yet.

Please login to write comment.