Color Hex Logo

#762c7d Color Hex

#762C7D
(118,44,125)
0 Favorites   0 Comments

Color spaces of #762c7d

RGB 11844125
HSL0.820.480.33
HSV295°65°49°
CMYK 0.060.650.00   0.51
XYZ12.07367.133620.1426
Yxy7.13360.30680.1813
Hunter Lab26.708833.9498-26.0177
CIE-Lab32.109143.9776-31.0122

#762c7d color RGB value is (118,44,125).

#762c7d hex color red value is 118, green value is 44 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #762c7d hue: 0.82 , saturation: 0.48 and the lightness value of 762c7d is 0.33.

The process color (four color CMYK) of #762c7d color hex is 0.06, 0.65, 0.00, 0.51. Web safe color of #762c7d is #663366. Color #762c7d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00101100 01111101
Octal 166 54 175
Decimal 118 44 125
Hex 76 2C 7D

RGB Percentages of Color #762c7d

%41.11
%15.33
%43.55

CMYK Percentages of Color #762c7d

%6
%65
%0
%51

Triadic Colors of #762c7d

#762c7d #7d762c #2c7d76

Analogous Colors of #762c7d

#762c7d #7d2c5b #4e2c7d

Monochromatic Colors of #762c7d

#762c7d

Complementary Color

#762c7d #337d2c

#762c7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762c7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#762c7d Color CSS Codes

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

#762c7d Text Font Color

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

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


#762c7d Background Color

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

This div background color is #762c7d


#762c7d Border Color

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

This div border color is #762c7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762c7d


Comments

No comments written yet.

Please login to write comment.