Color Hex Logo

#7635aa Color Hex

#7635AA
(118,53,170)
0 Favorites   0 Comments

Color spaces of #7635aa

RGB 11853170
HSL0.760.520.44
HSV273°69°67°
CMYK 0.310.690.00   0.33
XYZ16.00009.300038.9820
Yxy9.30000.24890.1447
Hunter Lab30.495940.2841-54.4415
CIE-Lab36.555649.5444-51.4010

#7635aa color RGB value is (118,53,170).

#7635aa hex color red value is 118, green value is 53 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7635aa hue: 0.76 , saturation: 0.52 and the lightness value of 7635aa is 0.44.

The process color (four color CMYK) of #7635aa color hex is 0.31, 0.69, 0.00, 0.33. Web safe color of #7635aa is #663399. Color #7635aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110101 10101010
Octal 166 65 252
Decimal 118 53 170
Hex 76 35 AA

RGB Percentages of Color #7635aa

%34.60
%15.54
%49.85

CMYK Percentages of Color #7635aa

%31
%69
%0
%33

Triadic Colors of #7635aa

#7635aa #aa7635 #35aa76

Analogous Colors of #7635aa

#7635aa #aa35a4 #3c35aa

Monochromatic Colors of #7635aa

#7635aa

Complementary Color

#7635aa #69aa35

#7635aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7635aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7635aa Color CSS Codes

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

#7635aa Text Font Color

<p style="color:#7635aa">Text here</p>

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


#7635aa Background Color

<div style="background-color:#7635aa">
Div content here</div>

This div background color is #7635aa


#7635aa Border Color

<div style="border:3px solid #7635aa">
Div here</div>

This div border color is #7635aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,53,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7635aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7635aa;
  -webkit-box-shadow: 1px 1px 3px 2px #7635aa;
  box-shadow:         1px 1px 3px 2px #7635aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7635aa


Comments

No comments written yet.

Please login to write comment.