Color Hex Logo

#761adc Color Hex

#761ADC
(118,26,220)
0 Favorites   0 Comments

Color spaces of #761adc

RGB 11826220
HSL0.750.790.48
HSV268°88°86°
CMYK 0.460.880.00   0.14
XYZ20.75899.757668.4994
Yxy9.75760.20970.0985
Hunter Lab31.237263.9586-108.1500
CIE-Lab37.403870.9212-79.2961

#761adc color RGB value is (118,26,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00011010 11011100
Octal 166 32 334
Decimal 118 26 220
Hex 76 1A DC

RGB Percentages of Color #761adc

%32.42
%7.14
%60.44

CMYK Percentages of Color #761adc

%46
%88
%0
%14

Triadic Colors of #761adc

#761adc #dc761a #1adc76

Analogous Colors of #761adc

#761adc #d71adc #1a1fdc

Monochromatic Colors of #761adc

#761adc

Complementary Color

#761adc #80dc1a

#761adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#761adc Color CSS Codes

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

#761adc Text Font Color

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

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


#761adc Background Color

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

This div background color is #761adc


#761adc Border Color

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

This div border color is #761adc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,26,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 #761adc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761adc


Comments

No comments written yet.

Please login to write comment.