Color Hex Logo

#76227d Color Hex

#76227D
(118,34,125)
0 Favorites   0 Comments

Color spaces of #76227d

RGB 11834125
HSL0.820.570.31
HSV295°73°49°
CMYK 0.060.730.00   0.51
XYZ11.74496.476320.0331
Yxy6.47630.30700.1693
Hunter Lab25.448637.8454-28.8590
CIE-Lab30.583748.2509-33.4354

#76227d color RGB value is (118,34,125).

#76227d hex color red value is 118, green value is 34 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #76227d hue: 0.82 , saturation: 0.57 and the lightness value of 76227d is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100010 01111101
Octal 166 42 175
Decimal 118 34 125
Hex 76 22 7D

RGB Percentages of Color #76227d

%42.60
%12.27
%45.13

CMYK Percentages of Color #76227d

%6
%73
%0
%51

Triadic Colors of #76227d

#76227d #7d7622 #227d76

Analogous Colors of #76227d

#76227d #7d2257 #49227d

Monochromatic Colors of #76227d

#76227d

Complementary Color

#76227d #297d22

#76227d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76227d Color Preview on White Background

Lorem ipsum dolor sit amet.

#76227d Color CSS Codes

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

#76227d Text Font Color

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

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


#76227d Background Color

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

This div background color is #76227d


#76227d Border Color

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

This div border color is #76227d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,34,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 #76227d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76227d


Comments

No comments written yet.

Please login to write comment.