Color Hex Logo

#768ddb Color Hex

#768DDB
(118,141,219)
0 Favorites   0 Comments

Color spaces of #768ddb

RGB 118141219
HSL0.630.580.66
HSV226°46°86°
CMYK 0.460.360.00   0.14
XYZ29.782328.015870.8557
Yxy28.01580.23150.2178
Hunter Lab52.93007.8099-42.3187
CIE-Lab59.903012.4388-42.4472

#768ddb color RGB value is (118,141,219).

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

The process color (four color CMYK) of #768ddb color hex is 0.46, 0.36, 0.00, 0.14. Web safe color of #768ddb is #6699cc. Color #768ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001101 11011011
Octal 166 215 333
Decimal 118 141 219
Hex 76 8D DB

RGB Percentages of Color #768ddb

%24.69
%29.50
%45.82

CMYK Percentages of Color #768ddb

%46
%36
%0
%14

Triadic Colors of #768ddb

#768ddb #db768d #8ddb76

Analogous Colors of #768ddb

#768ddb #9276db #76c0db

Monochromatic Colors of #768ddb

#768ddb

Complementary Color

#768ddb #dbc476

#768ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#768ddb Color CSS Codes

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

#768ddb Text Font Color

<p style="color:#768ddb">Text here</p>

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


#768ddb Background Color

<div style="background-color:#768ddb">
Div content here</div>

This div background color is #768ddb


#768ddb Border Color

<div style="border:3px solid #768ddb">
Div here</div>

This div border color is #768ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768ddb


Comments

No comments written yet.

Please login to write comment.