Color Hex Logo

#7323ab Color Hex

#7323AB
(115,35,171)
0 Favorites   0 Comments

Color spaces of #7323ab

RGB 11535171
HSL0.760.660.40
HSV275°80°67°
CMYK 0.330.800.00   0.33
XYZ15.02197.787239.2394
Yxy7.78720.24210.1255
Hunter Lab27.905647.2540-63.8368
CIE-Lab33.535756.8168-56.9195

#7323ab color RGB value is (115,35,171).

#7323ab hex color red value is 115, green value is 35 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #7323ab hue: 0.76 , saturation: 0.66 and the lightness value of 7323ab is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00100011 10101011
Octal 163 43 253
Decimal 115 35 171
Hex 73 23 AB

RGB Percentages of Color #7323ab

%35.83
%10.90
%53.27

CMYK Percentages of Color #7323ab

%33
%80
%0
%33

Triadic Colors of #7323ab

#7323ab #ab7323 #23ab73

Analogous Colors of #7323ab

#7323ab #ab239f #2f23ab

Monochromatic Colors of #7323ab

#7323ab

Complementary Color

#7323ab #5bab23

#7323ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7323ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7323ab Color CSS Codes

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

#7323ab Text Font Color

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

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


#7323ab Background Color

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

This div background color is #7323ab


#7323ab Border Color

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

This div border color is #7323ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7323ab


Comments

No comments written yet.

Please login to write comment.