Color Hex Logo

#7133ad Color Hex

#7133AD
(113,51,173)
0 Favorites   0 Comments

Color spaces of #7133ad

RGB 11351173
HSL0.750.540.44
HSV270°71°68°
CMYK 0.350.710.00   0.32
XYZ15.53678.895540.4333
Yxy8.89550.23950.1371
Hunter Lab29.825340.7905-59.5000
CIE-Lab35.782350.1867-54.4752

#7133ad color RGB value is (113,51,173).

#7133ad hex color red value is 113, green value is 51 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7133ad hue: 0.75 , saturation: 0.54 and the lightness value of 7133ad is 0.44.

The process color (four color CMYK) of #7133ad color hex is 0.35, 0.71, 0.00, 0.32. Web safe color of #7133ad is #663399. Color #7133ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110011 10101101
Octal 161 63 255
Decimal 113 51 173
Hex 71 33 AD

RGB Percentages of Color #7133ad

%33.53
%15.13
%51.34

CMYK Percentages of Color #7133ad

%35
%71
%0
%32

Triadic Colors of #7133ad

#7133ad #ad7133 #33ad71

Analogous Colors of #7133ad

#7133ad #ad33ac #3433ad

Monochromatic Colors of #7133ad

#7133ad

Complementary Color

#7133ad #6fad33

#7133ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7133ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7133ad Color CSS Codes

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

#7133ad Text Font Color

<p style="color:#7133ad">Text here</p>

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


#7133ad Background Color

<div style="background-color:#7133ad">
Div content here</div>

This div background color is #7133ad


#7133ad Border Color

<div style="border:3px solid #7133ad">
Div here</div>

This div border color is #7133ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,51,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7133ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7133ad;
  -webkit-box-shadow: 1px 1px 3px 2px #7133ad;
  box-shadow:         1px 1px 3px 2px #7133ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,51,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7133ad


Comments

No comments written yet.

Please login to write comment.