Color Hex Logo

#7687ff Color Hex

#7687FF
(118,135,255)
0 Favorites   0 Comments

Color spaces of #7687ff

RGB 118135255
HSL0.651.000.73
HSV233°54°100°
CMYK 0.540.470.00   0.00
XYZ34.185228.399598.2876
Yxy28.39950.21250.1765
Hunter Lab53.291221.2445-72.0477
CIE-Lab60.248026.9244-61.8281

#7687ff color RGB value is (118,135,255).

#7687ff hex color red value is 118, green value is 135 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7687ff hue: 0.65 , saturation: 1.00 and the lightness value of 7687ff is 0.73.

The process color (four color CMYK) of #7687ff color hex is 0.54, 0.47, 0.00, 0.00. Web safe color of #7687ff is #6699ff. Color #7687ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000111 11111111
Octal 166 207 377
Decimal 118 135 255
Hex 76 87 FF

RGB Percentages of Color #7687ff

%23.23
%26.57
%50.20

CMYK Percentages of Color #7687ff

%54
%47
%0
%0

Triadic Colors of #7687ff

#7687ff #ff7687 #87ff76

Analogous Colors of #7687ff

#7687ff #aa76ff #76ccff

Monochromatic Colors of #7687ff

#7687ff

Complementary Color

#7687ff #ffee76

#7687ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7687ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7687ff Color CSS Codes

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

#7687ff Text Font Color

<p style="color:#7687ff">Text here</p>

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


#7687ff Background Color

<div style="background-color:#7687ff">
Div content here</div>

This div background color is #7687ff


#7687ff Border Color

<div style="border:3px solid #7687ff">
Div here</div>

This div border color is #7687ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,135,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7687ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7687ff;
  -webkit-box-shadow: 1px 1px 3px 2px #7687ff;
  box-shadow:         1px 1px 3px 2px #7687ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7687ff


Comments

No comments written yet.

Please login to write comment.