Color Hex Logo

#76417d Color Hex

#76417D
(118,65,125)
0 Favorites   0 Comments

Color spaces of #76417d

RGB 11865125
HSL0.810.320.37
HSV293°48°49°
CMYK 0.060.480.00   0.51
XYZ13.06329.112820.4725
Yxy9.11280.30630.2137
Hunter Lab30.187424.4155-19.0781
CIE-Lab36.200633.0296-24.5768

#76417d color RGB value is (118,65,125).

#76417d hex color red value is 118, green value is 65 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #76417d hue: 0.81 , saturation: 0.32 and the lightness value of 76417d is 0.37.

The process color (four color CMYK) of #76417d color hex is 0.06, 0.48, 0.00, 0.51. Web safe color of #76417d is #663366. Color #76417d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01000001 01111101
Octal 166 101 175
Decimal 118 65 125
Hex 76 41 7D

RGB Percentages of Color #76417d

%38.31
%21.10
%40.58

CMYK Percentages of Color #76417d

%6
%48
%0
%51

Triadic Colors of #76417d

#76417d #7d7641 #417d76

Analogous Colors of #76417d

#76417d #7d4166 #58417d

Monochromatic Colors of #76417d

#76417d

Complementary Color

#76417d #487d41

#76417d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76417d Color Preview on White Background

Lorem ipsum dolor sit amet.

#76417d Color CSS Codes

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

#76417d Text Font Color

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

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


#76417d Background Color

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

This div background color is #76417d


#76417d Border Color

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

This div border color is #76417d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,65,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76417d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76417d;
  -webkit-box-shadow: 1px 1px 3px 2px #76417d;
  box-shadow:         1px 1px 3px 2px #76417d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76417d


Comments

No comments written yet.

Please login to write comment.