Color Hex Logo

#7662a7 Color Hex

#7662A7
(118,98,167)
0 Favorites   0 Comments

Color spaces of #7662a7

RGB 11898167
HSL0.710.280.52
HSV257°41°65°
CMYK 0.290.410.00   0.35
XYZ18.813915.376938.5357
Yxy15.37690.25870.2114
Hunter Lab39.213417.0177-30.8160
CIE-Lab46.146223.5246-34.3215

#7662a7 color RGB value is (118,98,167).

#7662a7 hex color red value is 118, green value is 98 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #7662a7 hue: 0.71 , saturation: 0.28 and the lightness value of 7662a7 is 0.52.

The process color (four color CMYK) of #7662a7 color hex is 0.29, 0.41, 0.00, 0.35. Web safe color of #7662a7 is #666699. Color #7662a7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100010 10100111
Octal 166 142 247
Decimal 118 98 167
Hex 76 62 A7

RGB Percentages of Color #7662a7

%30.81
%25.59
%43.60

CMYK Percentages of Color #7662a7

%29
%41
%0
%35

Triadic Colors of #7662a7

#7662a7 #a77662 #62a776

Analogous Colors of #7662a7

#7662a7 #9962a7 #6271a7

Monochromatic Colors of #7662a7

#7662a7

Complementary Color

#7662a7 #93a762

#7662a7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7662a7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7662a7 Color CSS Codes

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

#7662a7 Text Font Color

<p style="color:#7662a7">Text here</p>

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


#7662a7 Background Color

<div style="background-color:#7662a7">
Div content here</div>

This div background color is #7662a7


#7662a7 Border Color

<div style="border:3px solid #7662a7">
Div here</div>

This div border color is #7662a7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,98,167, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7662a7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7662a7;
  -webkit-box-shadow: 1px 1px 3px 2px #7662a7;
  box-shadow:         1px 1px 3px 2px #7662a7; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7662a7


Comments

No comments written yet.

Please login to write comment.