Color Hex Logo

#7695ea Color Hex

#7695EA
(118,149,234)
0 Favorites   0 Comments

Color spaces of #7695ea

RGB 118149234
HSL0.620.730.69
HSV224°50°92°
CMYK 0.500.360.00   0.08
XYZ33.069931.287082.1379
Yxy31.28700.22570.2136
Hunter Lab55.93487.6473-47.9105
CIE-Lab62.749212.2335-46.2898

#7695ea color RGB value is (118,149,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10010101 11101010
Octal 166 225 352
Decimal 118 149 234
Hex 76 95 EA

RGB Percentages of Color #7695ea

%23.55
%29.74
%46.71

CMYK Percentages of Color #7695ea

%50
%36
%0
%8

Triadic Colors of #7695ea

#7695ea #ea7695 #95ea76

Analogous Colors of #7695ea

#7695ea #9176ea #76cfea

Monochromatic Colors of #7695ea

#7695ea

Complementary Color

#7695ea #eacb76

#7695ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7695ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7695ea Color CSS Codes

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

#7695ea Text Font Color

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

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


#7695ea Background Color

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

This div background color is #7695ea


#7695ea Border Color

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

This div border color is #7695ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7695ea


Comments

No comments written yet.

Please login to write comment.