Color Hex Logo

#761edb Color Hex

#761EDB
(118,30,219)
0 Favorites   0 Comments

Color spaces of #761edb

RGB 11830219
HSL0.740.760.49
HSV268°86°86°
CMYK 0.460.860.00   0.14
XYZ20.72179.894667.8355
Yxy9.89460.21050.1005
Hunter Lab31.455762.5410-105.8424
CIE-Lab37.652669.6689-78.3117

#761edb color RGB value is (118,30,219).

#761edb hex color red value is 118, green value is 30 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #761edb hue: 0.74 , saturation: 0.76 and the lightness value of 761edb is 0.49.

The process color (four color CMYK) of #761edb color hex is 0.46, 0.86, 0.00, 0.14. Web safe color of #761edb is #6633cc. Color #761edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00011110 11011011
Octal 166 36 333
Decimal 118 30 219
Hex 76 1E DB

RGB Percentages of Color #761edb

%32.15
%8.17
%59.67

CMYK Percentages of Color #761edb

%46
%86
%0
%14

Triadic Colors of #761edb

#761edb #db761e #1edb76

Analogous Colors of #761edb

#761edb #d51edb #1e24db

Monochromatic Colors of #761edb

#761edb

Complementary Color

#761edb #83db1e

#761edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#761edb Color CSS Codes

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

#761edb Text Font Color

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

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


#761edb Background Color

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

This div background color is #761edb


#761edb Border Color

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

This div border color is #761edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761edb


Comments

No comments written yet.

Please login to write comment.