Color Hex Logo

#7694ce Color Hex

#7694CE
(118,148,206)
0 Favorites   0 Comments

Color spaces of #7694ce

RGB 118148206
HSL0.610.470.64
HSV220°43°81°
CMYK 0.430.280.00   0.19
XYZ29.201729.487662.5451
Yxy29.48760.24090.2432
Hunter Lab54.30250.9608-30.2779
CIE-Lab61.20964.5858-33.1349

#7694ce color RGB value is (118,148,206).

#7694ce hex color red value is 118, green value is 148 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7694ce hue: 0.61 , saturation: 0.47 and the lightness value of 7694ce is 0.64.

The process color (four color CMYK) of #7694ce color hex is 0.43, 0.28, 0.00, 0.19. Web safe color of #7694ce is #6699cc. Color #7694ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10010100 11001110
Octal 166 224 316
Decimal 118 148 206
Hex 76 94 CE

RGB Percentages of Color #7694ce

%25.00
%31.36
%43.64

CMYK Percentages of Color #7694ce

%43
%28
%0
%19

Triadic Colors of #7694ce

#7694ce #ce7694 #94ce76

Analogous Colors of #7694ce

#7694ce #8476ce #76c0ce

Monochromatic Colors of #7694ce

#7694ce

Complementary Color

#7694ce #ceb076

#7694ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7694ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7694ce Color CSS Codes

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

#7694ce Text Font Color

<p style="color:#7694ce">Text here</p>

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


#7694ce Background Color

<div style="background-color:#7694ce">
Div content here</div>

This div background color is #7694ce


#7694ce Border Color

<div style="border:3px solid #7694ce">
Div here</div>

This div border color is #7694ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,148,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7694ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7694ce;
  -webkit-box-shadow: 1px 1px 3px 2px #7694ce;
  box-shadow:         1px 1px 3px 2px #7694ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7694ce


Comments

No comments written yet.

Please login to write comment.