Color Hex Logo

#762471 Color Hex

#762471
(118,36,113)
0 Favorites   0 Comments

Color spaces of #762471

RGB 11836113
HSL0.840.530.30
HSV304°69°46°
CMYK 0.000.690.04   0.54
XYZ11.08276.305616.2558
Yxy6.30560.32940.1874
Hunter Lab25.111034.8367-20.8042
CIE-Lab30.170745.2595-26.4946

#762471 color RGB value is (118,36,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100100 01110001
Octal 166 44 161
Decimal 118 36 113
Hex 76 24 71

RGB Percentages of Color #762471

%44.19
%13.48
%42.32

CMYK Percentages of Color #762471

%0
%69
%4
%54

Triadic Colors of #762471

#762471 #717624 #247176

Analogous Colors of #762471

#762471 #762448 #522476

Monochromatic Colors of #762471

#762471

Complementary Color

#762471 #247629

#762471 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762471 Color Preview on White Background

Lorem ipsum dolor sit amet.

#762471 Color CSS Codes

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

#762471 Text Font Color

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

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


#762471 Background Color

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

This div background color is #762471


#762471 Border Color

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

This div border color is #762471


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762471


Comments

No comments written yet.

Please login to write comment.