Color Hex Logo

#760bde Color Hex

#760BDE
(118,11,222)
0 Favorites   0 Comments

Color spaces of #760bde

RGB 11811222
HSL0.750.910.46
HSV270°95°87°
CMYK 0.470.950.00   0.13
XYZ20.77579.364869.8198
Yxy9.36480.20780.0937
Hunter Lab30.602067.6304-113.8515
CIE-Lab36.677474.1336-81.6427

#760bde color RGB value is (118,11,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00001011 11011110
Octal 166 13 336
Decimal 118 11 222
Hex 76 B DE

RGB Percentages of Color #760bde

%33.62
%3.13
%63.25

CMYK Percentages of Color #760bde

%47
%95
%0
%13

Triadic Colors of #760bde

#760bde #de760b #0bde76

Analogous Colors of #760bde

#760bde #de0bdd #0c0bde

Monochromatic Colors of #760bde

#760bde

Complementary Color

#760bde #73de0b

#760bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#760bde Color CSS Codes

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

#760bde Text Font Color

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

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


#760bde Background Color

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

This div background color is #760bde


#760bde Border Color

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

This div border color is #760bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760bde


Comments

No comments written yet.

Please login to write comment.