Color Hex Logo

#761295 Color Hex

#761295
(118,18,149)
0 Favorites   0 Comments

Color spaces of #761295

RGB 11818149
HSL0.790.780.33
HSV286°88°58°
CMYK 0.210.880.00   0.42
XYZ13.11236.454128.9884
Yxy6.45410.27010.1329
Hunter Lab25.404947.6710-49.8697
CIE-Lab30.530457.7930-48.4375

#761295 color RGB value is (118,18,149).

#761295 hex color red value is 118, green value is 18 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #761295 hue: 0.79 , saturation: 0.78 and the lightness value of 761295 is 0.33.

The process color (four color CMYK) of #761295 color hex is 0.21, 0.88, 0.00, 0.42. Web safe color of #761295 is #660099. Color #761295 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010010 10010101
Octal 166 22 225
Decimal 118 18 149
Hex 76 12 95

RGB Percentages of Color #761295

%41.40
%6.32
%52.28

CMYK Percentages of Color #761295

%21
%88
%0
%42

Triadic Colors of #761295

#761295 #957612 #129576

Analogous Colors of #761295

#761295 #951273 #351295

Monochromatic Colors of #761295

#761295

Complementary Color

#761295 #319512

#761295 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761295 Color Preview on White Background

Lorem ipsum dolor sit amet.

#761295 Color CSS Codes

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

#761295 Text Font Color

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

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


#761295 Background Color

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

This div background color is #761295


#761295 Border Color

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

This div border color is #761295


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761295


Comments

No comments written yet.

Please login to write comment.