Color Hex Logo

#762952 Color Hex

#762952
(118,41,82)
0 Favorites   0 Comments

Color spaces of #762952

RGB 1184182
HSL0.910.480.31
HSV328°65°46°
CMYK 0.000.650.31   0.54
XYZ9.78716.04668.6339
Yxy6.04660.40000.2471
Hunter Lab24.589828.0133-3.6048
CIE-Lab29.529738.1067-7.4240

#762952 color RGB value is (118,41,82).

#762952 hex color red value is 118, green value is 41 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #762952 hue: 0.91 , saturation: 0.48 and the lightness value of 762952 is 0.31.

The process color (four color CMYK) of #762952 color hex is 0.00, 0.65, 0.31, 0.54. Web safe color of #762952 is #663366. Color #762952 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00101001 01010010
Octal 166 51 122
Decimal 118 41 82
Hex 76 29 52

RGB Percentages of Color #762952

%48.96
%17.01
%34.02

CMYK Percentages of Color #762952

%0
%65
%31
%54

Triadic Colors of #762952

#762952 #527629 #295276

Analogous Colors of #762952

#762952 #76292c #742976

Monochromatic Colors of #762952

#762952

Complementary Color

#762952 #29764d

#762952 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762952 Color Preview on White Background

Lorem ipsum dolor sit amet.

#762952 Color CSS Codes

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

#762952 Text Font Color

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

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


#762952 Background Color

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

This div background color is #762952


#762952 Border Color

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

This div border color is #762952


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762952


Comments

No comments written yet.

Please login to write comment.