Color Hex Logo

#760adc Color Hex

#760ADC
(118,10,220)
0 Favorites   0 Comments

Color spaces of #760adc

RGB 11810220
HSL0.750.910.45
HSV271°95°86°
CMYK 0.460.950.00   0.14
XYZ20.49809.235968.4125
Yxy9.23590.20890.0941
Hunter Lab30.390667.2119-112.1946
CIE-Lab36.434673.8322-80.8947

#760adc color RGB value is (118,10,220).

#760adc hex color red value is 118, green value is 10 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #760adc hue: 0.75 , saturation: 0.91 and the lightness value of 760adc is 0.45.

The process color (four color CMYK) of #760adc color hex is 0.46, 0.95, 0.00, 0.14. Web safe color of #760adc is #6600cc. Color #760adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00001010 11011100
Octal 166 12 334
Decimal 118 10 220
Hex 76 A DC

RGB Percentages of Color #760adc

%33.91
%2.87
%63.22

CMYK Percentages of Color #760adc

%46
%95
%0
%14

Triadic Colors of #760adc

#760adc #dc760a #0adc76

Analogous Colors of #760adc

#760adc #dc0ad9 #0d0adc

Monochromatic Colors of #760adc

#760adc

Complementary Color

#760adc #70dc0a

#760adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#760adc Color CSS Codes

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

#760adc Text Font Color

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

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


#760adc Background Color

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

This div background color is #760adc


#760adc Border Color

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

This div border color is #760adc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,10,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #760adc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #760adc;
  -webkit-box-shadow: 1px 1px 3px 2px #760adc;
  box-shadow:         1px 1px 3px 2px #760adc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760adc


Comments

No comments written yet.

Please login to write comment.