Color Hex Logo

#7638ac Color Hex

#7638AC
(118,56,172)
0 Favorites   0 Comments

Color spaces of #7638ac

RGB 11856172
HSL0.760.510.45
HSV272°67°67°
CMYK 0.310.670.00   0.33
XYZ16.33189.658540.0332
Yxy9.65850.24740.1463
Hunter Lab31.078139.4164-54.6196
CIE-Lab37.222448.5656-51.5165

#7638ac color RGB value is (118,56,172).

#7638ac hex color red value is 118, green value is 56 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7638ac hue: 0.76 , saturation: 0.51 and the lightness value of 7638ac is 0.45.

The process color (four color CMYK) of #7638ac color hex is 0.31, 0.67, 0.00, 0.33. Web safe color of #7638ac is #663399. Color #7638ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00111000 10101100
Octal 166 70 254
Decimal 118 56 172
Hex 76 38 AC

RGB Percentages of Color #7638ac

%34.10
%16.18
%49.71

CMYK Percentages of Color #7638ac

%31
%67
%0
%33

Triadic Colors of #7638ac

#7638ac #ac7638 #38ac76

Analogous Colors of #7638ac

#7638ac #ac38a8 #3c38ac

Monochromatic Colors of #7638ac

#7638ac

Complementary Color

#7638ac #6eac38

#7638ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7638ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7638ac Color CSS Codes

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

#7638ac Text Font Color

<p style="color:#7638ac">Text here</p>

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


#7638ac Background Color

<div style="background-color:#7638ac">
Div content here</div>

This div background color is #7638ac


#7638ac Border Color

<div style="border:3px solid #7638ac">
Div here</div>

This div border color is #7638ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,56,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7638ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7638ac;
  -webkit-box-shadow: 1px 1px 3px 2px #7638ac;
  box-shadow:         1px 1px 3px 2px #7638ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7638ac


Comments

No comments written yet.

Please login to write comment.