Color Hex Logo

#761bce Color Hex

#761BCE
(118,27,206)
0 Favorites   0 Comments

Color spaces of #761bce

RGB 11827206
HSL0.750.770.46
HSV271°87°81°
CMYK 0.430.870.00   0.19
XYZ19.00379.091659.1458
Yxy9.09160.21780.1042
Hunter Lab30.152359.7345-95.1949
CIE-Lab36.160167.5447-73.2555

#761bce color RGB value is (118,27,206).

#761bce hex color red value is 118, green value is 27 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #761bce hue: 0.75 , saturation: 0.77 and the lightness value of 761bce is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00011011 11001110
Octal 166 33 316
Decimal 118 27 206
Hex 76 1B CE

RGB Percentages of Color #761bce

%33.62
%7.69
%58.69

CMYK Percentages of Color #761bce

%43
%87
%0
%19

Triadic Colors of #761bce

#761bce #ce761b #1bce76

Analogous Colors of #761bce

#761bce #ce1bcd #1d1bce

Monochromatic Colors of #761bce

#761bce

Complementary Color

#761bce #73ce1b

#761bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#761bce Color CSS Codes

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

#761bce Text Font Color

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

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


#761bce Background Color

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

This div background color is #761bce


#761bce Border Color

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

This div border color is #761bce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,27,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 #761bce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761bce


Comments

No comments written yet.

Please login to write comment.