Color Hex Logo

#7687ea Color Hex

#7687EA
(118,135,234)
0 Favorites   0 Comments

Color spaces of #7687ea

RGB 118135234
HSL0.640.730.69
HSV231°50°92°
CMYK 0.500.420.00   0.08
XYZ30.986527.120081.4434
Yxy27.12000.22200.1943
Hunter Lab52.076915.0756-56.2703
CIE-Lab59.085220.4805-52.0923

#7687ea color RGB value is (118,135,234).

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

The process color (four color CMYK) of #7687ea color hex is 0.50, 0.42, 0.00, 0.08. Web safe color of #7687ea is #6699ff. Color #7687ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000111 11101010
Octal 166 207 352
Decimal 118 135 234
Hex 76 87 EA

RGB Percentages of Color #7687ea

%24.23
%27.72
%48.05

CMYK Percentages of Color #7687ea

%50
%42
%0
%8

Triadic Colors of #7687ea

#7687ea #ea7687 #87ea76

Analogous Colors of #7687ea

#7687ea #9f76ea #76c1ea

Monochromatic Colors of #7687ea

#7687ea

Complementary Color

#7687ea #ead976

#7687ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7687ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7687ea Color CSS Codes

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

#7687ea Text Font Color

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

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


#7687ea Background Color

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

This div background color is #7687ea


#7687ea Border Color

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

This div border color is #7687ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7687ea


Comments

No comments written yet.

Please login to write comment.