Color Hex Logo

#7683db Color Hex

#7683DB
(118,131,219)
1 Favorites   0 Comments

Color spaces of #7683db

RGB 118131219
HSL0.650.580.66
HSV232°46°86°
CMYK 0.460.400.00   0.14
XYZ28.373725.198670.3862
Yxy25.19860.22890.2033
Hunter Lab50.198213.0473-47.9957
CIE-Lab57.268418.3541-46.6060

#7683db color RGB value is (118,131,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000011 11011011
Octal 166 203 333
Decimal 118 131 219
Hex 76 83 DB

RGB Percentages of Color #7683db

%25.21
%27.99
%46.79

CMYK Percentages of Color #7683db

%46
%40
%0
%14

Triadic Colors of #7683db

#7683db #db7683 #83db76

Analogous Colors of #7683db

#7683db #9c76db #76b6db

Monochromatic Colors of #7683db

#7683db

Complementary Color

#7683db #dbce76

#7683db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7683db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7683db Color CSS Codes

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

#7683db Text Font Color

<p style="color:#7683db">Text here</p>

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


#7683db Background Color

<div style="background-color:#7683db">
Div content here</div>

This div background color is #7683db


#7683db Border Color

<div style="border:3px solid #7683db">
Div here</div>

This div border color is #7683db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7683db


Comments

No comments written yet.

Please login to write comment.