Color Hex Logo

#763488 Color Hex

#763488
(118,52,136)
0 Favorites   0 Comments

Color spaces of #763488

RGB 11852136
HSL0.800.450.37
HSV287°62°53°
CMYK 0.130.620.00   0.47
XYZ13.14318.085124.1604
Yxy8.08510.28960.1781
Hunter Lab28.434332.7474-30.4742
CIE-Lab34.159542.3524-34.5997

#763488 color RGB value is (118,52,136).

#763488 hex color red value is 118, green value is 52 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #763488 hue: 0.80 , saturation: 0.45 and the lightness value of 763488 is 0.37.

The process color (four color CMYK) of #763488 color hex is 0.13, 0.62, 0.00, 0.47. Web safe color of #763488 is #663399. Color #763488 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110100 10001000
Octal 166 64 210
Decimal 118 52 136
Hex 76 34 88

RGB Percentages of Color #763488

%38.56
%16.99
%44.44

CMYK Percentages of Color #763488

%13
%62
%0
%47

Triadic Colors of #763488

#763488 #887634 #348876

Analogous Colors of #763488

#763488 #883470 #4c3488

Monochromatic Colors of #763488

#763488

Complementary Color

#763488 #468834

#763488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#763488 Color CSS Codes

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

#763488 Text Font Color

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

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


#763488 Background Color

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

This div background color is #763488


#763488 Border Color

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

This div border color is #763488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763488


Comments

No comments written yet.

Please login to write comment.