Color Hex Logo

#532792 Color Hex

#532792
(83,39,146)
0 Favorites   0 Comments

Color spaces of #532792

RGB 8339146
HSL0.740.580.36
HSV265°73°57°
CMYK 0.430.730.00   0.43
XYZ9.48115.365427.7300
Yxy5.36540.22270.1260
Hunter Lab23.163332.5269-54.7647
CIE-Lab27.751443.3035-51.3395

#532792 color RGB value is (83,39,146).

#532792 hex color red value is 83, green value is 39 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #532792 hue: 0.74 , saturation: 0.58 and the lightness value of 532792 is 0.36.

The process color (four color CMYK) of #532792 color hex is 0.43, 0.73, 0.00, 0.43. Web safe color of #532792 is #663399. Color #532792 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100111 10010010
Octal 123 47 222
Decimal 83 39 146
Hex 53 27 92

RGB Percentages of Color #532792

%30.97
%14.55
%54.48

CMYK Percentages of Color #532792

%43
%73
%0
%43

Triadic Colors of #532792

#532792 #925327 #279253

Analogous Colors of #532792

#532792 #892792 #273192

Monochromatic Colors of #532792

#532792

Complementary Color

#532792 #669227

#532792 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532792 Color Preview on White Background

Lorem ipsum dolor sit amet.

#532792 Color CSS Codes

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

#532792 Text Font Color

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

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


#532792 Background Color

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

This div background color is #532792


#532792 Border Color

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

This div border color is #532792


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532792


Comments

No comments written yet.

Please login to write comment.