Color Hex Logo

#532269 Color Hex

#532269
(83,34,105)
0 Favorites   0 Comments

Color spaces of #532269

RGB 8334105
HSL0.780.510.27
HSV281°68°41°
CMYK 0.210.680.00   0.59
XYZ6.68914.003013.7847
Yxy4.00300.27330.1635
Hunter Lab20.007524.6647-26.8442
CIE-Lab23.681435.3930-32.0090

#532269 color RGB value is (83,34,105).

#532269 hex color red value is 83, green value is 34 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #532269 hue: 0.78 , saturation: 0.51 and the lightness value of 532269 is 0.27.

The process color (four color CMYK) of #532269 color hex is 0.21, 0.68, 0.00, 0.59. Web safe color of #532269 is #663366. Color #532269 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100010 01101001
Octal 123 42 151
Decimal 83 34 105
Hex 53 22 69

RGB Percentages of Color #532269

%37.39
%15.32
%47.30

CMYK Percentages of Color #532269

%21
%68
%0
%59

Triadic Colors of #532269

#532269 #695322 #226953

Analogous Colors of #532269

#532269 #69225b #302269

Monochromatic Colors of #532269

#532269

Complementary Color

#532269 #386922

#532269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#532269 Color CSS Codes

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

#532269 Text Font Color

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

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


#532269 Background Color

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

This div background color is #532269


#532269 Border Color

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

This div border color is #532269


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532269


Comments

No comments written yet.

Please login to write comment.