Color Hex Logo

#76458b Color Hex

#76458B
(118,69,139)
0 Favorites   0 Comments

Color spaces of #76458b

RGB 11869139
HSL0.780.340.41
HSV282°50°55°
CMYK 0.150.500.00   0.45
XYZ14.25959.971925.5993
Yxy9.97190.28620.2001
Hunter Lab31.578325.3414-25.9593
CIE-Lab37.792033.8180-30.6943

#76458b color RGB value is (118,69,139).

#76458b hex color red value is 118, green value is 69 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #76458b hue: 0.78 , saturation: 0.34 and the lightness value of 76458b is 0.41.

The process color (four color CMYK) of #76458b color hex is 0.15, 0.50, 0.00, 0.45. Web safe color of #76458b is #663399. Color #76458b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01000101 10001011
Octal 166 105 213
Decimal 118 69 139
Hex 76 45 8B

RGB Percentages of Color #76458b

%36.20
%21.17
%42.64

CMYK Percentages of Color #76458b

%15
%50
%0
%45

Triadic Colors of #76458b

#76458b #8b7645 #458b76

Analogous Colors of #76458b

#76458b #8b457d #53458b

Monochromatic Colors of #76458b

#76458b

Complementary Color

#76458b #5a8b45

#76458b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76458b Color Preview on White Background

Lorem ipsum dolor sit amet.

#76458b Color CSS Codes

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

#76458b Text Font Color

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

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


#76458b Background Color

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

This div background color is #76458b


#76458b Border Color

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

This div border color is #76458b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,69,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76458b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76458b;
  -webkit-box-shadow: 1px 1px 3px 2px #76458b;
  box-shadow:         1px 1px 3px 2px #76458b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76458b


Comments

No comments written yet.

Please login to write comment.