Color Hex Logo

#7684ca Color Hex

#7684CA
(118,132,202)
0 Favorites   0 Comments

Color spaces of #7684ca

RGB 118132202
HSL0.640.440.63
HSV230°42°79°
CMYK 0.420.350.00   0.21
XYZ26.383124.618359.2384
Yxy24.61830.23930.2233
Hunter Lab49.61688.0856-36.0556
CIE-Lab56.701612.7923-37.9242

#7684ca color RGB value is (118,132,202).

#7684ca hex color red value is 118, green value is 132 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7684ca hue: 0.64 , saturation: 0.44 and the lightness value of 7684ca is 0.63.

The process color (four color CMYK) of #7684ca color hex is 0.42, 0.35, 0.00, 0.21. Web safe color of #7684ca is #6699cc. Color #7684ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000100 11001010
Octal 166 204 312
Decimal 118 132 202
Hex 76 84 CA

RGB Percentages of Color #7684ca

%26.11
%29.20
%44.69

CMYK Percentages of Color #7684ca

%42
%35
%0
%21

Triadic Colors of #7684ca

#7684ca #ca7684 #84ca76

Analogous Colors of #7684ca

#7684ca #9276ca #76aeca

Monochromatic Colors of #7684ca

#7684ca

Complementary Color

#7684ca #cabc76

#7684ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7684ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7684ca Color CSS Codes

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

#7684ca Text Font Color

<p style="color:#7684ca">Text here</p>

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


#7684ca Background Color

<div style="background-color:#7684ca">
Div content here</div>

This div background color is #7684ca


#7684ca Border Color

<div style="border:3px solid #7684ca">
Div here</div>

This div border color is #7684ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,132,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7684ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7684ca;
  -webkit-box-shadow: 1px 1px 3px 2px #7684ca;
  box-shadow:         1px 1px 3px 2px #7684ca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7684ca


Comments

No comments written yet.

Please login to write comment.