Color Hex Logo

#762392 Color Hex

#762392
(118,35,146)
0 Favorites   0 Comments

Color spaces of #762392

RGB 11835146
HSL0.790.610.35
HSV285°76°57°
CMYK 0.190.760.00   0.43
XYZ13.26067.128927.8712
Yxy7.12890.27480.1477
Hunter Lab26.700041.9273-43.2008
CIE-Lab32.098652.0039-44.0592

#762392 color RGB value is (118,35,146).

#762392 hex color red value is 118, green value is 35 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #762392 hue: 0.79 , saturation: 0.61 and the lightness value of 762392 is 0.35.

The process color (four color CMYK) of #762392 color hex is 0.19, 0.76, 0.00, 0.43. Web safe color of #762392 is #663399. Color #762392 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100011 10010010
Octal 166 43 222
Decimal 118 35 146
Hex 76 23 92

RGB Percentages of Color #762392

%39.46
%11.71
%48.83

CMYK Percentages of Color #762392

%19
%76
%0
%43

Triadic Colors of #762392

#762392 #927623 #239276

Analogous Colors of #762392

#762392 #922377 #3f2392

Monochromatic Colors of #762392

#762392

Complementary Color

#762392 #3f9223

#762392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#762392 Color CSS Codes

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

#762392 Text Font Color

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

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


#762392 Background Color

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

This div background color is #762392


#762392 Border Color

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

This div border color is #762392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762392


Comments

No comments written yet.

Please login to write comment.