Color Hex Logo

#764bdb Color Hex

#764BDB
(118,75,219)
0 Favorites   0 Comments

Color spaces of #764bdb

RGB 11875219
HSL0.720.670.58
HSV258°66°86°
CMYK 0.460.660.00   0.14
XYZ22.773513.998268.5195
Yxy13.99820.21630.1329
Hunter Lab37.414243.1757-82.3925
CIE-Lab44.230450.9380-67.5429

#764bdb color RGB value is (118,75,219).

#764bdb hex color red value is 118, green value is 75 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #764bdb hue: 0.72 , saturation: 0.67 and the lightness value of 764bdb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01001011 11011011
Octal 166 113 333
Decimal 118 75 219
Hex 76 4B DB

RGB Percentages of Color #764bdb

%28.64
%18.20
%53.16

CMYK Percentages of Color #764bdb

%46
%66
%0
%14

Triadic Colors of #764bdb

#764bdb #db764b #4bdb76

Analogous Colors of #764bdb

#764bdb #be4bdb #4b68db

Monochromatic Colors of #764bdb

#764bdb

Complementary Color

#764bdb #b0db4b

#764bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#764bdb Color CSS Codes

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

#764bdb Text Font Color

<p style="color:#764bdb">Text here</p>

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


#764bdb Background Color

<div style="background-color:#764bdb">
Div content here</div>

This div background color is #764bdb


#764bdb Border Color

<div style="border:3px solid #764bdb">
Div here</div>

This div border color is #764bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764bdb


Comments

No comments written yet.

Please login to write comment.