Color Hex Logo

#7450ab Color Hex

#7450AB
(116,80,171)
0 Favorites   0 Comments

Color spaces of #7450ab

RGB 11680171
HSL0.730.360.49
HSV264°53°67°
CMYK 0.320.530.00   0.33
XYZ17.421812.390640.0015
Yxy12.39060.24950.1775
Hunter Lab35.200326.7451-42.7368
CIE-Lab41.830334.7554-43.5340

#7450ab color RGB value is (116,80,171).

#7450ab hex color red value is 116, green value is 80 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #7450ab hue: 0.73 , saturation: 0.36 and the lightness value of 7450ab is 0.49.

The process color (four color CMYK) of #7450ab color hex is 0.32, 0.53, 0.00, 0.33. Web safe color of #7450ab is #666699. Color #7450ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01010000 10101011
Octal 164 120 253
Decimal 116 80 171
Hex 74 50 AB

RGB Percentages of Color #7450ab

%31.61
%21.80
%46.59

CMYK Percentages of Color #7450ab

%32
%53
%0
%33

Triadic Colors of #7450ab

#7450ab #ab7450 #50ab74

Analogous Colors of #7450ab

#7450ab #a250ab #505aab

Monochromatic Colors of #7450ab

#7450ab

Complementary Color

#7450ab #87ab50

#7450ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7450ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7450ab Color CSS Codes

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

#7450ab Text Font Color

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

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


#7450ab Background Color

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

This div background color is #7450ab


#7450ab Border Color

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

This div border color is #7450ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7450ab


Comments

No comments written yet.

Please login to write comment.