Color Hex Logo

#7103ad Color Hex

#7103AD
(113,3,173)
0 Favorites   0 Comments

Color spaces of #7103ad

RGB 1133173
HSL0.770.970.35
HSV279°98°68°
CMYK 0.350.980.00   0.32
XYZ14.38546.593040.0495
Yxy6.59300.23570.1080
Hunter Lab25.676855.0698-74.5039
CIE-Lab30.861864.4689-62.5025

#7103ad color RGB value is (113,3,173).

#7103ad hex color red value is 113, green value is 3 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7103ad hue: 0.77 , saturation: 0.97 and the lightness value of 7103ad is 0.35.

The process color (four color CMYK) of #7103ad color hex is 0.35, 0.98, 0.00, 0.32. Web safe color of #7103ad is #660099. Color #7103ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00000011 10101101
Octal 161 3 255
Decimal 113 3 173
Hex 71 3 AD

RGB Percentages of Color #7103ad

%39.10
%1.04
%59.86

CMYK Percentages of Color #7103ad

%35
%98
%0
%32

Triadic Colors of #7103ad

#7103ad #ad7103 #03ad71

Analogous Colors of #7103ad

#7103ad #ad0394 #1c03ad

Monochromatic Colors of #7103ad

#7103ad

Complementary Color

#7103ad #3fad03

#7103ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7103ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7103ad Color CSS Codes

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

#7103ad Text Font Color

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

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


#7103ad Background Color

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

This div background color is #7103ad


#7103ad Border Color

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

This div border color is #7103ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,3,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 #7103ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7103ad


Comments

No comments written yet.

Please login to write comment.