Color Hex Logo

#762ac6 Color Hex

#762AC6
(118,42,198)
0 Favorites   0 Comments

Color spaces of #762ac6

RGB 11842198
HSL0.750.650.47
HSV269°79°78°
CMYK 0.400.790.00   0.22
XYZ18.49229.584754.3015
Yxy9.58470.22450.1163
Hunter Lab30.959252.4412-82.3216
CIE-Lab37.086560.9043-67.0755

#762ac6 color RGB value is (118,42,198).

#762ac6 hex color red value is 118, green value is 42 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #762ac6 hue: 0.75 , saturation: 0.65 and the lightness value of 762ac6 is 0.47.

The process color (four color CMYK) of #762ac6 color hex is 0.40, 0.79, 0.00, 0.22. Web safe color of #762ac6 is #6633cc. Color #762ac6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00101010 11000110
Octal 166 52 306
Decimal 118 42 198
Hex 76 2A C6

RGB Percentages of Color #762ac6

%32.96
%11.73
%55.31

CMYK Percentages of Color #762ac6

%40
%79
%0
%22

Triadic Colors of #762ac6

#762ac6 #c6762a #2ac676

Analogous Colors of #762ac6

#762ac6 #c42ac6 #2a2cc6

Monochromatic Colors of #762ac6

#762ac6

Complementary Color

#762ac6 #7ac62a

#762ac6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762ac6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#762ac6 Color CSS Codes

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

#762ac6 Text Font Color

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

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


#762ac6 Background Color

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

This div background color is #762ac6


#762ac6 Border Color

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

This div border color is #762ac6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762ac6


Comments

No comments written yet.

Please login to write comment.