Color Hex Logo

#7641ae Color Hex

#7641AE
(118,65,174)
0 Favorites   0 Comments

Color spaces of #7641ae

RGB 11865174
HSL0.750.460.47
HSV269°63°68°
CMYK 0.320.630.00   0.32
XYZ17.001510.688141.2113
Yxy10.68810.24680.1551
Hunter Lab32.692735.6150-51.8542
CIE-Lab39.050144.4363-49.7572

#7641ae color RGB value is (118,65,174).

#7641ae hex color red value is 118, green value is 65 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7641ae hue: 0.75 , saturation: 0.46 and the lightness value of 7641ae is 0.47.

The process color (four color CMYK) of #7641ae color hex is 0.32, 0.63, 0.00, 0.32. Web safe color of #7641ae is #663399. Color #7641ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01000001 10101110
Octal 166 101 256
Decimal 118 65 174
Hex 76 41 AE

RGB Percentages of Color #7641ae

%33.05
%18.21
%48.74

CMYK Percentages of Color #7641ae

%32
%63
%0
%32

Triadic Colors of #7641ae

#7641ae #ae7641 #41ae76

Analogous Colors of #7641ae

#7641ae #ad41ae #4142ae

Monochromatic Colors of #7641ae

#7641ae

Complementary Color

#7641ae #79ae41

#7641ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7641ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7641ae Color CSS Codes

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

#7641ae Text Font Color

<p style="color:#7641ae">Text here</p>

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


#7641ae Background Color

<div style="background-color:#7641ae">
Div content here</div>

This div background color is #7641ae


#7641ae Border Color

<div style="border:3px solid #7641ae">
Div here</div>

This div border color is #7641ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,65,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7641ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7641ae;
  -webkit-box-shadow: 1px 1px 3px 2px #7641ae;
  box-shadow:         1px 1px 3px 2px #7641ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7641ae


Comments

No comments written yet.

Please login to write comment.