Color Hex Logo

#762971 Color Hex

#762971
(118,41,113)
0 Favorites   0 Comments

Color spaces of #762971

RGB 11841113
HSL0.840.480.31
HSV304°65°46°
CMYK 0.000.650.04   0.54
XYZ11.24486.629716.3098
Yxy6.62970.32890.1939
Hunter Lab25.748232.8955-19.5326
CIE-Lab30.948643.0918-25.2709

#762971 color RGB value is (118,41,113).

#762971 hex color red value is 118, green value is 41 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #762971 hue: 0.84 , saturation: 0.48 and the lightness value of 762971 is 0.31.

The process color (four color CMYK) of #762971 color hex is 0.00, 0.65, 0.04, 0.54. Web safe color of #762971 is #663366. Color #762971 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00101001 01110001
Octal 166 51 161
Decimal 118 41 113
Hex 76 29 71

RGB Percentages of Color #762971

%43.38
%15.07
%41.54

CMYK Percentages of Color #762971

%0
%65
%4
%54

Triadic Colors of #762971

#762971 #717629 #297176

Analogous Colors of #762971

#762971 #76294b #552976

Monochromatic Colors of #762971

#762971

Complementary Color

#762971 #29762e

#762971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#762971 Color CSS Codes

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

#762971 Text Font Color

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

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


#762971 Background Color

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

This div background color is #762971


#762971 Border Color

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

This div border color is #762971


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762971


Comments

No comments written yet.

Please login to write comment.