Color Hex Logo

#7685ea Color Hex

#7685EA
(118,133,234)
0 Favorites   0 Comments

Color spaces of #7685ea

RGB 118133234
HSL0.650.730.69
HSV232°50°92°
CMYK 0.500.430.00   0.08
XYZ30.710026.567181.3513
Yxy26.56710.22150.1916
Hunter Lab51.543316.1513-57.4977
CIE-Lab58.571521.6684-52.9096

#7685ea color RGB value is (118,133,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000101 11101010
Octal 166 205 352
Decimal 118 133 234
Hex 76 85 EA

RGB Percentages of Color #7685ea

%24.33
%27.42
%48.25

CMYK Percentages of Color #7685ea

%50
%43
%0
%8

Triadic Colors of #7685ea

#7685ea #ea7685 #85ea76

Analogous Colors of #7685ea

#7685ea #a176ea #76bfea

Monochromatic Colors of #7685ea

#7685ea

Complementary Color

#7685ea #eadb76

#7685ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7685ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7685ea Color CSS Codes

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

#7685ea Text Font Color

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

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


#7685ea Background Color

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

This div background color is #7685ea


#7685ea Border Color

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

This div border color is #7685ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7685ea


Comments

No comments written yet.

Please login to write comment.