color codes Logo

#761e8c color codes

#761E8C
(118,30,140)
0 Favorites   0 Comments

Color spaces of #761e8c

RGB 11830140
HSL0.800.650.33
HSV288°79°55°
CMYK 0.160.790.00   0.45
XYZ12.66916.673525.4313
Yxy6.67350.28300.1490
Hunter Lab25.833142.3322-40.2846
CIE-Lab31.051852.6014-42.0447

#761e8c color RGB value is (118,30,140).

#761e8c hex color red value is 118, green value is 30 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #761e8c hue: 0.80 , saturation: 0.65 and the lightness value of 761e8c is 0.33.

The process color (four color CMYK) of #761e8c color code is 0.16, 0.79, 0.00, 0.45. Web safe color of #761e8c is #663399. Color #761e8c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00011110 10001100
Octal 166 36 214
Decimal 118 30 140
Hex 76 1E 8C

RGB Percentages of Color #761e8c

%40.97
%10.42
%48.61

CMYK Percentages of Color #761e8c

%16
%79
%0
%45

Triadic Colors of #761e8c

#761e8c #8c761e #1e8c76

Analogous Colors of #761e8c

#761e8c #8c1e6b #3f1e8c

Monochromatic Colors of #761e8c

#761e8c

Complementary Color

#761e8c #348c1e

#761e8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761e8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#761e8c Color CSS Codes

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

#761e8c Text Font Color

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

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


#761e8c Background Color

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

This div background color is #761e8c


#761e8c Border Color

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

This div border color is #761e8c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,30,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #761e8c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #761e8c;
  -webkit-box-shadow: 1px 1px 3px 2px #761e8c;
  box-shadow:         1px 1px 3px 2px #761e8c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761e8c


Comments

No comments written yet.

Please login to write comment.