Color Hex Logo

#532675 Color Hex

#532675
(83,38,117)
0 Favorites   0 Comments

Color spaces of #532675

RGB 8338117
HSL0.760.510.30
HSV274°68°46°
CMYK 0.290.680.00   0.54
XYZ7.47134.509617.3063
Yxy4.50960.25510.1540
Hunter Lab21.235825.6381-33.4538
CIE-Lab25.289336.2141-37.1489

#532675 color RGB value is (83,38,117).

#532675 hex color red value is 83, green value is 38 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #532675 hue: 0.76 , saturation: 0.51 and the lightness value of 532675 is 0.30.

The process color (four color CMYK) of #532675 color hex is 0.29, 0.68, 0.00, 0.54. Web safe color of #532675 is #663366. Color #532675 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100110 01110101
Octal 123 46 165
Decimal 83 38 117
Hex 53 26 75

RGB Percentages of Color #532675

%34.87
%15.97
%49.16

CMYK Percentages of Color #532675

%29
%68
%0
%54

Triadic Colors of #532675

#532675 #755326 #267553

Analogous Colors of #532675

#532675 #752670 #2c2675

Monochromatic Colors of #532675

#532675

Complementary Color

#532675 #487526

#532675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#532675 Color CSS Codes

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

#532675 Text Font Color

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

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


#532675 Background Color

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

This div background color is #532675


#532675 Border Color

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

This div border color is #532675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532675


Comments

No comments written yet.

Please login to write comment.