Color Hex Logo

#760232 Color Hex

#760232
(118,2,50)
0 Favorites   0 Comments

Color spaces of #760232

RGB 118250
HSL0.930.970.24
HSV335°98°46°
CMYK 0.000.980.58   0.54
XYZ8.06864.12533.3886
Yxy4.12530.51780.2647
Hunter Lab20.310835.36624.3258
CIE-Lab24.081446.98246.1963

#760232 color RGB value is (118,2,50).

#760232 hex color red value is 118, green value is 2 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #760232 hue: 0.93 , saturation: 0.97 and the lightness value of 760232 is 0.24.

The process color (four color CMYK) of #760232 color hex is 0.00, 0.98, 0.58, 0.54. Web safe color of #760232 is #660033. Color #760232 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000010 00110010
Octal 166 2 62
Decimal 118 2 50
Hex 76 2 32

RGB Percentages of Color #760232

%69.41
%1.18
%29.41

CMYK Percentages of Color #760232

%0
%98
%58
%54

Triadic Colors of #760232

#760232 #327602 #023276

Analogous Colors of #760232

#760232 #760c02 #76026c

Monochromatic Colors of #760232

#760232

Complementary Color

#760232 #027646

#760232 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760232 Color Preview on White Background

Lorem ipsum dolor sit amet.

#760232 Color CSS Codes

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

#760232 Text Font Color

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

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


#760232 Background Color

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

This div background color is #760232


#760232 Border Color

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

This div border color is #760232


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,2,50, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #760232; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #760232;
  -webkit-box-shadow: 1px 1px 3px 2px #760232;
  box-shadow:         1px 1px 3px 2px #760232; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760232


Comments

No comments written yet.

Please login to write comment.