Color Hex Logo

#7648a4 Color Hex

#7648A4
(118,72,164)
0 Favorites   0 Comments

Color spaces of #7648a4

RGB 11872164
HSL0.750.390.46
HSV270°56°64°
CMYK 0.280.560.00   0.36
XYZ16.489411.166636.4082
Yxy11.16660.25740.1743
Hunter Lab33.416529.6023-41.2066
CIE-Lab39.859738.0894-42.5074

#7648a4 color RGB value is (118,72,164).

#7648a4 hex color red value is 118, green value is 72 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #7648a4 hue: 0.75 , saturation: 0.39 and the lightness value of 7648a4 is 0.46.

The process color (four color CMYK) of #7648a4 color hex is 0.28, 0.56, 0.00, 0.36. Web safe color of #7648a4 is #663399. Color #7648a4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01001000 10100100
Octal 166 110 244
Decimal 118 72 164
Hex 76 48 A4

RGB Percentages of Color #7648a4

%33.33
%20.34
%46.33

CMYK Percentages of Color #7648a4

%28
%56
%0
%36

Triadic Colors of #7648a4

#7648a4 #a47648 #48a476

Analogous Colors of #7648a4

#7648a4 #a448a4 #4848a4

Monochromatic Colors of #7648a4

#7648a4

Complementary Color

#7648a4 #76a448

#7648a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7648a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7648a4 Color CSS Codes

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

#7648a4 Text Font Color

<p style="color:#7648a4">Text here</p>

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


#7648a4 Background Color

<div style="background-color:#7648a4">
Div content here</div>

This div background color is #7648a4


#7648a4 Border Color

<div style="border:3px solid #7648a4">
Div here</div>

This div border color is #7648a4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,72,164, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7648a4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7648a4;
  -webkit-box-shadow: 1px 1px 3px 2px #7648a4;
  box-shadow:         1px 1px 3px 2px #7648a4; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7648a4


Comments

No comments written yet.

Please login to write comment.