Color Hex Logo

#7691da Color Hex

#7691DA
(118,145,218)
0 Favorites   0 Comments

Color spaces of #7691da

RGB 118145218
HSL0.620.570.66
HSV224°46°85°
CMYK 0.460.330.00   0.15
XYZ30.251529.164370.3645
Yxy29.16430.23310.2247
Hunter Lab54.00405.4837-39.4491
CIE-Lab60.92649.8020-40.2814

#7691da color RGB value is (118,145,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10010001 11011010
Octal 166 221 332
Decimal 118 145 218
Hex 76 91 DA

RGB Percentages of Color #7691da

%24.53
%30.15
%45.32

CMYK Percentages of Color #7691da

%46
%33
%0
%15

Triadic Colors of #7691da

#7691da #da7691 #91da76

Analogous Colors of #7691da

#7691da #8d76da #76c3da

Monochromatic Colors of #7691da

#7691da

Complementary Color

#7691da #dabf76

#7691da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7691da Color Preview on White Background

Lorem ipsum dolor sit amet.

#7691da Color CSS Codes

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

#7691da Text Font Color

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

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


#7691da Background Color

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

This div background color is #7691da


#7691da Border Color

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

This div border color is #7691da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7691da


Comments

No comments written yet.

Please login to write comment.