Color Hex Logo

#7695da Color Hex

#7695DA
(118,149,218)
0 Favorites   0 Comments

Color spaces of #7695da

RGB 118149218
HSL0.620.570.66
HSV221°46°85°
CMYK 0.460.320.00   0.15
XYZ30.873530.408470.5719
Yxy30.40840.23410.2306
Hunter Lab55.14383.4356-37.2774
CIE-Lab62.00507.4765-38.5914

#7695da color RGB value is (118,149,218).

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

The process color (four color CMYK) of #7695da color hex is 0.46, 0.32, 0.00, 0.15. Web safe color of #7695da is #6699cc. Color #7695da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10010101 11011010
Octal 166 225 332
Decimal 118 149 218
Hex 76 95 DA

RGB Percentages of Color #7695da

%24.33
%30.72
%44.95

CMYK Percentages of Color #7695da

%46
%32
%0
%15

Triadic Colors of #7695da

#7695da #da7695 #95da76

Analogous Colors of #7695da

#7695da #8976da #76c7da

Monochromatic Colors of #7695da

#7695da

Complementary Color

#7695da #dabb76

#7695da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7695da Color Preview on White Background

Lorem ipsum dolor sit amet.

#7695da Color CSS Codes

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

#7695da Text Font Color

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

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


#7695da Background Color

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

This div background color is #7695da


#7695da Border Color

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

This div border color is #7695da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7695da

#7695da Color Palettes


Comments

No comments written yet.

Please login to write comment.