Color Hex Logo

#762571 Color Hex

#762571
(118,37,113)
0 Favorites   0 Comments

Color spaces of #762571

RGB 11837113
HSL0.840.520.30
HSV304°69°46°
CMYK 0.000.690.04   0.54
XYZ11.11346.366916.2660
Yxy6.36690.32930.1887
Hunter Lab25.232734.4606-20.5578
CIE-Lab30.319944.8420-26.2597

#762571 color RGB value is (118,37,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100101 01110001
Octal 166 45 161
Decimal 118 37 113
Hex 76 25 71

RGB Percentages of Color #762571

%44.03
%13.81
%42.16

CMYK Percentages of Color #762571

%0
%69
%4
%54

Triadic Colors of #762571

#762571 #717625 #257176

Analogous Colors of #762571

#762571 #762549 #532576

Monochromatic Colors of #762571

#762571

Complementary Color

#762571 #25762a

#762571 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762571 Color Preview on White Background

Lorem ipsum dolor sit amet.

#762571 Color CSS Codes

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

#762571 Text Font Color

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

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


#762571 Background Color

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

This div background color is #762571


#762571 Border Color

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

This div border color is #762571


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762571


Comments

No comments written yet.

Please login to write comment.