Color Hex Logo

#760bce Color Hex

#760BCE
(118,11,206)
0 Favorites   0 Comments

Color spaces of #760bce

RGB 11811206
HSL0.760.900.43
HSV273°95°81°
CMYK 0.430.950.00   0.19
XYZ18.73158.547159.0550
Yxy8.54710.21700.0990
Hunter Lab29.235463.2052-99.2999
CIE-Lab35.097370.7231-75.0044

#760bce color RGB value is (118,11,206).

#760bce hex color red value is 118, green value is 11 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #760bce hue: 0.76 , saturation: 0.90 and the lightness value of 760bce is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00001011 11001110
Octal 166 13 316
Decimal 118 11 206
Hex 76 B CE

RGB Percentages of Color #760bce

%35.22
%3.28
%61.49

CMYK Percentages of Color #760bce

%43
%95
%0
%19

Triadic Colors of #760bce

#760bce #ce760b #0bce76

Analogous Colors of #760bce

#760bce #ce0bc5 #150bce

Monochromatic Colors of #760bce

#760bce

Complementary Color

#760bce #63ce0b

#760bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#760bce Color CSS Codes

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

#760bce Text Font Color

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

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


#760bce Background Color

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

This div background color is #760bce


#760bce Border Color

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

This div border color is #760bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760bce


Comments

No comments written yet.

Please login to write comment.