Color Hex Logo

#763253 Color Hex

#763253
(118,50,83)
0 Favorites   0 Comments

Color spaces of #763253

RGB 1185083
HSL0.920.400.33
HSV331°58°46°
CMYK 0.000.580.30   0.54
XYZ10.17316.75738.9517
Yxy6.75730.39310.2611
Hunter Lab25.994824.3653-2.2210
CIE-Lab31.247933.7422-5.5033

#763253 color RGB value is (118,50,83).

#763253 hex color red value is 118, green value is 50 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #763253 hue: 0.92 , saturation: 0.40 and the lightness value of 763253 is 0.33.

The process color (four color CMYK) of #763253 color hex is 0.00, 0.58, 0.30, 0.54. Web safe color of #763253 is #663366. Color #763253 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110010 01010011
Octal 166 62 123
Decimal 118 50 83
Hex 76 32 53

RGB Percentages of Color #763253

%47.01
%19.92
%33.07

CMYK Percentages of Color #763253

%0
%58
%30
%54

Triadic Colors of #763253

#763253 #537632 #325376

Analogous Colors of #763253

#763253 #763332 #763275

Monochromatic Colors of #763253

#763253

Complementary Color

#763253 #327655

#763253 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763253 Color Preview on White Background

Lorem ipsum dolor sit amet.

#763253 Color CSS Codes

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

#763253 Text Font Color

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

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


#763253 Background Color

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

This div background color is #763253


#763253 Border Color

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

This div border color is #763253


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763253


Comments

No comments written yet.

Please login to write comment.