Color Hex Logo

#532665 Color Hex

#532665
(83,38,101)
0 Favorites   0 Comments

Color spaces of #532665

RGB 8338101
HSL0.790.450.27
HSV283°62°40°
CMYK 0.180.620.00   0.60
XYZ6.60944.164812.7675
Yxy4.16480.28080.1769
Hunter Lab20.407822.0963-22.8074
CIE-Lab24.208932.2957-28.5658

#532665 color RGB value is (83,38,101).

#532665 hex color red value is 83, green value is 38 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #532665 hue: 0.79 , saturation: 0.45 and the lightness value of 532665 is 0.27.

The process color (four color CMYK) of #532665 color hex is 0.18, 0.62, 0.00, 0.60. Web safe color of #532665 is #663366. Color #532665 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100110 01100101
Octal 123 46 145
Decimal 83 38 101
Hex 53 26 65

RGB Percentages of Color #532665

%37.39
%17.12
%45.50

CMYK Percentages of Color #532665

%18
%62
%0
%60

Triadic Colors of #532665

#532665 #655326 #266553

Analogous Colors of #532665

#532665 #652657 #342665

Monochromatic Colors of #532665

#532665

Complementary Color

#532665 #386526

#532665 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532665 Color Preview on White Background

Lorem ipsum dolor sit amet.

#532665 Color CSS Codes

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

#532665 Text Font Color

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

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


#532665 Background Color

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

This div background color is #532665


#532665 Border Color

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

This div border color is #532665


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532665


Comments

No comments written yet.

Please login to write comment.