Color Hex Logo

#767cdb Color Hex

#767CDB
(118,124,219)
0 Favorites   0 Comments

Color spaces of #767cdb

RGB 118124219
HSL0.660.580.66
HSV236°46°86°
CMYK 0.460.430.00   0.14
XYZ27.465023.381370.0833
Yxy23.38130.22710.1933
Hunter Lab48.354216.7674-52.0854
CIE-Lab55.462922.5302-49.4705

#767cdb color RGB value is (118,124,219).

#767cdb hex color red value is 118, green value is 124 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #767cdb hue: 0.66 , saturation: 0.58 and the lightness value of 767cdb is 0.66.

The process color (four color CMYK) of #767cdb color hex is 0.46, 0.43, 0.00, 0.14. Web safe color of #767cdb is #6666cc. Color #767cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01111100 11011011
Octal 166 174 333
Decimal 118 124 219
Hex 76 7C DB

RGB Percentages of Color #767cdb

%25.60
%26.90
%47.51

CMYK Percentages of Color #767cdb

%46
%43
%0
%14

Triadic Colors of #767cdb

#767cdb #db767c #7cdb76

Analogous Colors of #767cdb

#767cdb #a376db #76afdb

Monochromatic Colors of #767cdb

#767cdb

Complementary Color

#767cdb #dbd576

#767cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#767cdb Color CSS Codes

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

#767cdb Text Font Color

<p style="color:#767cdb">Text here</p>

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


#767cdb Background Color

<div style="background-color:#767cdb">
Div content here</div>

This div background color is #767cdb


#767cdb Border Color

<div style="border:3px solid #767cdb">
Div here</div>

This div border color is #767cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767cdb


Comments

No comments written yet.

Please login to write comment.