Color Hex Logo

#762dac Color Hex

#762DAC
(118,45,172)
0 Favorites   0 Comments

Color spaces of #762dac

RGB 11845172
HSL0.760.590.43
HSV274°74°67°
CMYK 0.310.740.00   0.33
XYZ15.85608.706939.8746
Yxy8.70690.24610.1351
Hunter Lab29.507544.2799-59.4657
CIE-Lab35.413753.6355-54.4454

#762dac color RGB value is (118,45,172).

#762dac hex color red value is 118, green value is 45 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #762dac hue: 0.76 , saturation: 0.59 and the lightness value of 762dac is 0.43.

The process color (four color CMYK) of #762dac color hex is 0.31, 0.74, 0.00, 0.33. Web safe color of #762dac is #663399. Color #762dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00101101 10101100
Octal 166 55 254
Decimal 118 45 172
Hex 76 2D AC

RGB Percentages of Color #762dac

%35.22
%13.43
%51.34

CMYK Percentages of Color #762dac

%31
%74
%0
%33

Triadic Colors of #762dac

#762dac #ac762d #2dac76

Analogous Colors of #762dac

#762dac #ac2da3 #372dac

Monochromatic Colors of #762dac

#762dac

Complementary Color

#762dac #63ac2d

#762dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#762dac Color CSS Codes

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

#762dac Text Font Color

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

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


#762dac Background Color

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

This div background color is #762dac


#762dac Border Color

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

This div border color is #762dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762dac


Comments

No comments written yet.

Please login to write comment.