Color Hex Logo

#760bdd Color Hex

#760BDD
(118,11,221)
0 Favorites   0 Comments

Color spaces of #760bdd

RGB 11811221
HSL0.750.910.45
HSV271°95°87°
CMYK 0.470.950.00   0.13
XYZ20.64209.311469.1159
Yxy9.31140.20840.0940
Hunter Lab30.514667.3482-112.9323
CIE-Lab36.577173.9185-81.2341

#760bdd color RGB value is (118,11,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00001011 11011101
Octal 166 13 335
Decimal 118 11 221
Hex 76 B DD

RGB Percentages of Color #760bdd

%33.71
%3.14
%63.14

CMYK Percentages of Color #760bdd

%47
%95
%0
%13

Triadic Colors of #760bdd

#760bdd #dd760b #0bdd76

Analogous Colors of #760bdd

#760bdd #dd0bdb #0d0bdd

Monochromatic Colors of #760bdd

#760bdd

Complementary Color

#760bdd #72dd0b

#760bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#760bdd Color CSS Codes

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

#760bdd Text Font Color

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

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


#760bdd Background Color

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

This div background color is #760bdd


#760bdd Border Color

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

This div border color is #760bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760bdd


Comments

No comments written yet.

Please login to write comment.