Color Hex Logo

#760bed Color Hex

#760BED
(118,11,237)
0 Favorites   0 Comments

Color spaces of #760bed

RGB 11811237
HSL0.750.910.49
HSV268°95°93°
CMYK 0.500.950.00   0.07
XYZ22.876910.205380.8848
Yxy10.20530.20070.0895
Hunter Lab31.945771.9219-127.7569
CIE-Lab38.208477.3640-87.6708

#760bed color RGB value is (118,11,237).

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

The process color (four color CMYK) of #760bed color hex is 0.50, 0.95, 0.00, 0.07. Web safe color of #760bed is #6600ff. Color #760bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00001011 11101101
Octal 166 13 355
Decimal 118 11 237
Hex 76 B ED

RGB Percentages of Color #760bed

%32.24
%3.01
%64.75

CMYK Percentages of Color #760bed

%50
%95
%0
%7

Triadic Colors of #760bed

#760bed #ed760b #0bed76

Analogous Colors of #760bed

#760bed #e70bed #0b11ed

Monochromatic Colors of #760bed

#760bed

Complementary Color

#760bed #82ed0b

#760bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#760bed Color CSS Codes

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

#760bed Text Font Color

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

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


#760bed Background Color

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

This div background color is #760bed


#760bed Border Color

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

This div border color is #760bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760bed


Comments

No comments written yet.

Please login to write comment.