Color Hex Logo

#7648ab Color Hex

#7648AB
(118,72,171)
0 Favorites   0 Comments

Color spaces of #7648ab

RGB 11872171
HSL0.740.410.48
HSV268°58°67°
CMYK 0.310.580.00   0.33
XYZ17.139311.426639.8303
Yxy11.42660.25060.1671
Hunter Lab33.803331.3494-46.1990
CIE-Lab40.289939.8515-45.9853

#7648ab color RGB value is (118,72,171).

#7648ab hex color red value is 118, green value is 72 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #7648ab hue: 0.74 , saturation: 0.41 and the lightness value of 7648ab is 0.48.

The process color (four color CMYK) of #7648ab color hex is 0.31, 0.58, 0.00, 0.33. Web safe color of #7648ab is #663399. Color #7648ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01001000 10101011
Octal 166 110 253
Decimal 118 72 171
Hex 76 48 AB

RGB Percentages of Color #7648ab

%32.69
%19.94
%47.37

CMYK Percentages of Color #7648ab

%31
%58
%0
%33

Triadic Colors of #7648ab

#7648ab #ab7648 #48ab76

Analogous Colors of #7648ab

#7648ab #a848ab #484cab

Monochromatic Colors of #7648ab

#7648ab

Complementary Color

#7648ab #7dab48

#7648ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7648ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7648ab Color CSS Codes

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

#7648ab Text Font Color

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

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


#7648ab Background Color

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

This div background color is #7648ab


#7648ab Border Color

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

This div border color is #7648ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7648ab


Comments

No comments written yet.

Please login to write comment.