Color Hex Logo

#7685de Color Hex

#7685DE
(118,133,222)
0 Favorites   0 Comments

Color spaces of #7685de

RGB 118133222
HSL0.640.610.67
HSV231°47°87°
CMYK 0.470.400.00   0.13
XYZ29.043625.900572.5758
Yxy25.90050.22780.2031
Hunter Lab50.892512.8053-48.9263
CIE-Lab57.942518.0580-47.2187

#7685de color RGB value is (118,133,222).

#7685de hex color red value is 118, green value is 133 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7685de hue: 0.64 , saturation: 0.61 and the lightness value of 7685de is 0.67.

The process color (four color CMYK) of #7685de color hex is 0.47, 0.40, 0.00, 0.13. Web safe color of #7685de is #6699cc. Color #7685de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000101 11011110
Octal 166 205 336
Decimal 118 133 222
Hex 76 85 DE

RGB Percentages of Color #7685de

%24.95
%28.12
%46.93

CMYK Percentages of Color #7685de

%47
%40
%0
%13

Triadic Colors of #7685de

#7685de #de7685 #85de76

Analogous Colors of #7685de

#7685de #9b76de #76b9de

Monochromatic Colors of #7685de

#7685de

Complementary Color

#7685de #decf76

#7685de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7685de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7685de Color CSS Codes

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

#7685de Text Font Color

<p style="color:#7685de">Text here</p>

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


#7685de Background Color

<div style="background-color:#7685de">
Div content here</div>

This div background color is #7685de


#7685de Border Color

<div style="border:3px solid #7685de">
Div here</div>

This div border color is #7685de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,133,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7685de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7685de;
  -webkit-box-shadow: 1px 1px 3px 2px #7685de;
  box-shadow:         1px 1px 3px 2px #7685de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,133,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7685de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7685de


Comments

No comments written yet.

Please login to write comment.