Color Hex Logo

#763467 Color Hex

#763467
(118,52,103)
0 Favorites   0 Comments

Color spaces of #763467

RGB 11852103
HSL0.870.390.33
HSV314°56°46°
CMYK 0.000.560.13   0.54
XYZ11.14747.286813.6509
Yxy7.28680.34740.2271
Hunter Lab26.994126.4733-11.0871
CIE-Lab32.451135.9048-16.5628

#763467 color RGB value is (118,52,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110100 01100111
Octal 166 64 147
Decimal 118 52 103
Hex 76 34 67

RGB Percentages of Color #763467

%43.22
%19.05
%37.73

CMYK Percentages of Color #763467

%0
%56
%13
%54

Triadic Colors of #763467

#763467 #677634 #346776

Analogous Colors of #763467

#763467 #763446 #643476

Monochromatic Colors of #763467

#763467

Complementary Color

#763467 #347643

#763467 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763467 Color Preview on White Background

Lorem ipsum dolor sit amet.

#763467 Color CSS Codes

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

#763467 Text Font Color

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

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


#763467 Background Color

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

This div background color is #763467


#763467 Border Color

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

This div border color is #763467


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763467


Comments

No comments written yet.

Please login to write comment.