Color Hex Logo

#762adb Color Hex

#762ADB
(118,42,219)
0 Favorites   0 Comments

Color spaces of #762adb

RGB 11842219
HSL0.740.710.51
HSV266°81°86°
CMYK 0.460.810.00   0.14
XYZ21.085410.622067.9568
Yxy10.62200.21160.1066
Hunter Lab32.591458.4477-100.8124
CIE-Lab38.936465.8858-76.2000

#762adb color RGB value is (118,42,219).

#762adb hex color red value is 118, green value is 42 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #762adb hue: 0.74 , saturation: 0.71 and the lightness value of 762adb is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00101010 11011011
Octal 166 52 333
Decimal 118 42 219
Hex 76 2A DB

RGB Percentages of Color #762adb

%31.13
%11.08
%57.78

CMYK Percentages of Color #762adb

%46
%81
%0
%14

Triadic Colors of #762adb

#762adb #db762a #2adb76

Analogous Colors of #762adb

#762adb #cf2adb #2a37db

Monochromatic Colors of #762adb

#762adb

Complementary Color

#762adb #8fdb2a

#762adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#762adb Color CSS Codes

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

#762adb Text Font Color

<p style="color:#762adb">Text here</p>

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


#762adb Background Color

<div style="background-color:#762adb">
Div content here</div>

This div background color is #762adb


#762adb Border Color

<div style="border:3px solid #762adb">
Div here</div>

This div border color is #762adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762adb


Comments

No comments written yet.

Please login to write comment.