Color Hex Logo

#732080 Color Hex

#732080
(115,32,128)
0 Favorites   0 Comments

Color spaces of #732080

RGB 11532128
HSL0.810.600.31
HSV292°75°50°
CMYK 0.100.750.00   0.50
XYZ11.48306.236421.0206
Yxy6.23640.29640.1610
Hunter Lab24.972838.3756-32.4258
CIE-Lab30.001248.8964-36.2788

#732080 color RGB value is (115,32,128).

#732080 hex color red value is 115, green value is 32 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #732080 hue: 0.81 , saturation: 0.60 and the lightness value of 732080 is 0.31.

The process color (four color CMYK) of #732080 color hex is 0.10, 0.75, 0.00, 0.50. Web safe color of #732080 is #663399. Color #732080 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00100000 10000000
Octal 163 40 200
Decimal 115 32 128
Hex 73 20 80

RGB Percentages of Color #732080

%41.82
%11.64
%46.55

CMYK Percentages of Color #732080

%10
%75
%0
%50

Triadic Colors of #732080

#732080 #807320 #208073

Analogous Colors of #732080

#732080 #80205d #432080

Monochromatic Colors of #732080

#732080

Complementary Color

#732080 #2d8020

#732080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#732080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#732080 Color CSS Codes

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

#732080 Text Font Color

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

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


#732080 Background Color

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

This div background color is #732080


#732080 Border Color

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

This div border color is #732080


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,32,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #732080; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #732080;
  -webkit-box-shadow: 1px 1px 3px 2px #732080;
  box-shadow:         1px 1px 3px 2px #732080; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,32,128, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #732080


Comments

No comments written yet.

Please login to write comment.