Color Hex Logo

#761383 Color Hex

#761383
(118,19,131)
0 Favorites   0 Comments

Color spaces of #761383

RGB 11819131
HSL0.810.750.29
HSV293°85°51°
CMYK 0.100.850.00   0.49
XYZ11.80085.956022.0004
Yxy5.95600.29680.1498
Hunter Lab24.404943.6036-36.3650
CIE-Lab29.301254.1734-39.2545

#761383 color RGB value is (118,19,131).

#761383 hex color red value is 118, green value is 19 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #761383 hue: 0.81 , saturation: 0.75 and the lightness value of 761383 is 0.29.

The process color (four color CMYK) of #761383 color hex is 0.10, 0.85, 0.00, 0.49. Web safe color of #761383 is #660099. Color #761383 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010011 10000011
Octal 166 23 203
Decimal 118 19 131
Hex 76 13 83

RGB Percentages of Color #761383

%44.03
%7.09
%48.88

CMYK Percentages of Color #761383

%10
%85
%0
%49

Triadic Colors of #761383

#761383 #837613 #138376

Analogous Colors of #761383

#761383 #831358 #3e1383

Monochromatic Colors of #761383

#761383

Complementary Color

#761383 #208313

#761383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#761383 Color CSS Codes

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

#761383 Text Font Color

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

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


#761383 Background Color

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

This div background color is #761383


#761383 Border Color

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

This div border color is #761383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761383


Comments

No comments written yet.

Please login to write comment.