Color Hex Logo

#7226ab Color Hex

#7226AB
(114,38,171)
0 Favorites   0 Comments

Color spaces of #7226ab

RGB 11438171
HSL0.760.640.41
HSV274°78°67°
CMYK 0.330.780.00   0.33
XYZ14.98327.903939.2640
Yxy7.90390.24110.1272
Hunter Lab28.113945.9317-63.1250
CIE-Lab33.781955.5232-56.5248

#7226ab color RGB value is (114,38,171).

#7226ab hex color red value is 114, green value is 38 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #7226ab hue: 0.76 , saturation: 0.64 and the lightness value of 7226ab is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00100110 10101011
Octal 162 46 253
Decimal 114 38 171
Hex 72 26 AB

RGB Percentages of Color #7226ab

%35.29
%11.76
%52.94

CMYK Percentages of Color #7226ab

%33
%78
%0
%33

Triadic Colors of #7226ab

#7226ab #ab7226 #26ab72

Analogous Colors of #7226ab

#7226ab #ab26a2 #3026ab

Monochromatic Colors of #7226ab

#7226ab

Complementary Color

#7226ab #5fab26

#7226ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7226ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7226ab Color CSS Codes

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

#7226ab Text Font Color

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

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


#7226ab Background Color

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

This div background color is #7226ab


#7226ab Border Color

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

This div border color is #7226ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,38,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 #7226ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7226ab


Comments

No comments written yet.

Please login to write comment.