Color Hex Logo

#760acd Color Hex

#760ACD
(118,10,205)
0 Favorites   0 Comments

Color spaces of #760acd

RGB 11810205
HSL0.760.910.42
HSV273°95°80°
CMYK 0.420.950.00   0.20
XYZ18.59928.476458.4134
Yxy8.47640.21760.0992
Hunter Lab29.114363.0821-98.5765
CIE-Lab34.956070.6454-74.6551

#760acd color RGB value is (118,10,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00001010 11001101
Octal 166 12 315
Decimal 118 10 205
Hex 76 A CD

RGB Percentages of Color #760acd

%35.44
%3.00
%61.56

CMYK Percentages of Color #760acd

%42
%95
%0
%20

Triadic Colors of #760acd

#760acd #cd760a #0acd76

Analogous Colors of #760acd

#760acd #cd0ac3 #150acd

Monochromatic Colors of #760acd

#760acd

Complementary Color

#760acd #61cd0a

#760acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#760acd Color CSS Codes

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

#760acd Text Font Color

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

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


#760acd Background Color

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

This div background color is #760acd


#760acd Border Color

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

This div border color is #760acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760acd


Comments

No comments written yet.

Please login to write comment.