Color Hex Logo

#763462 Color Hex

#763462
(118,52,98)
0 Favorites   0 Comments

Color spaces of #763462

RGB 1185298
HSL0.880.390.33
HSV318°56°46°
CMYK 0.000.560.17   0.54
XYZ10.90387.189412.3683
Yxy7.18940.35800.2360
Hunter Lab26.813125.6660-8.5801
CIE-Lab32.234335.0435-13.6980

#763462 color RGB value is (118,52,98).

#763462 hex color red value is 118, green value is 52 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #763462 hue: 0.88 , saturation: 0.39 and the lightness value of 763462 is 0.33.

The process color (four color CMYK) of #763462 color hex is 0.00, 0.56, 0.17, 0.54. Web safe color of #763462 is #663366. Color #763462 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110100 01100010
Octal 166 64 142
Decimal 118 52 98
Hex 76 34 62

RGB Percentages of Color #763462

%44.03
%19.40
%36.57

CMYK Percentages of Color #763462

%0
%56
%17
%54

Triadic Colors of #763462

#763462 #627634 #346276

Analogous Colors of #763462

#763462 #763441 #693476

Monochromatic Colors of #763462

#763462

Complementary Color

#763462 #347648

#763462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#763462 Color CSS Codes

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

#763462 Text Font Color

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

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


#763462 Background Color

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

This div background color is #763462


#763462 Border Color

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

This div border color is #763462


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763462


Comments

No comments written yet.

Please login to write comment.