Color Hex Logo

#732055 Color Hex

#732055
(115,32,85)
0 Favorites   0 Comments

Color spaces of #732055

RGB 1153285
HSL0.890.560.29
HSV322°72°45°
CMYK 0.000.720.26   0.55
XYZ9.22645.33379.1376
Yxy5.33370.38930.2251
Hunter Lab23.094830.8950-7.2921
CIE-Lab27.665141.5803-12.2784

#732055 color RGB value is (115,32,85).

#732055 hex color red value is 115, green value is 32 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #732055 hue: 0.89 , saturation: 0.56 and the lightness value of 732055 is 0.29.

The process color (four color CMYK) of #732055 color hex is 0.00, 0.72, 0.26, 0.55. Web safe color of #732055 is #663366. Color #732055 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00100000 01010101
Octal 163 40 125
Decimal 115 32 85
Hex 73 20 55

RGB Percentages of Color #732055

%49.57
%13.79
%36.64

CMYK Percentages of Color #732055

%0
%72
%26
%55

Triadic Colors of #732055

#732055 #557320 #205573

Analogous Colors of #732055

#732055 #73202c #682073

Monochromatic Colors of #732055

#732055

Complementary Color

#732055 #20733e

#732055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#732055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#732055 Color CSS Codes

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

#732055 Text Font Color

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

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


#732055 Background Color

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

This div background color is #732055


#732055 Border Color

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

This div border color is #732055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #732055


Comments

No comments written yet.

Please login to write comment.