Color Hex Logo

#7430ab Color Hex

#7430AB
(116,48,171)
0 Favorites   0 Comments

Color spaces of #7430ab

RGB 11648171
HSL0.760.560.43
HSV273°72°67°
CMYK 0.320.720.00   0.33
XYZ15.61018.767239.3976
Yxy8.76720.24480.1375
Hunter Lab29.609542.2886-58.1632
CIE-Lab35.532251.6948-53.6684

#7430ab color RGB value is (116,48,171).

#7430ab hex color red value is 116, green value is 48 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #7430ab hue: 0.76 , saturation: 0.56 and the lightness value of 7430ab is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00110000 10101011
Octal 164 60 253
Decimal 116 48 171
Hex 74 30 AB

RGB Percentages of Color #7430ab

%34.63
%14.33
%51.04

CMYK Percentages of Color #7430ab

%32
%72
%0
%33

Triadic Colors of #7430ab

#7430ab #ab7430 #30ab74

Analogous Colors of #7430ab

#7430ab #ab30a5 #3630ab

Monochromatic Colors of #7430ab

#7430ab

Complementary Color

#7430ab #67ab30

#7430ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7430ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7430ab Color CSS Codes

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

#7430ab Text Font Color

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

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


#7430ab Background Color

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

This div background color is #7430ab


#7430ab Border Color

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

This div border color is #7430ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7430ab


Comments

No comments written yet.

Please login to write comment.