Color Hex Logo

#7128a4 Color Hex

#7128A4
(113,40,164)
0 Favorites   0 Comments

Color spaces of #7128a4

RGB 11340164
HSL0.760.610.40
HSV275°76°64°
CMYK 0.310.760.00   0.36
XYZ14.26977.708635.8578
Yxy7.70860.24670.1333
Hunter Lab27.764443.1537-57.1382
CIE-Lab33.368552.9480-52.9960

#7128a4 color RGB value is (113,40,164).

#7128a4 hex color red value is 113, green value is 40 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #7128a4 hue: 0.76 , saturation: 0.61 and the lightness value of 7128a4 is 0.40.

The process color (four color CMYK) of #7128a4 color hex is 0.31, 0.76, 0.00, 0.36. Web safe color of #7128a4 is #663399. Color #7128a4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101000 10100100
Octal 161 50 244
Decimal 113 40 164
Hex 71 28 A4

RGB Percentages of Color #7128a4

%35.65
%12.62
%51.74

CMYK Percentages of Color #7128a4

%31
%76
%0
%36

Triadic Colors of #7128a4

#7128a4 #a47128 #28a471

Analogous Colors of #7128a4

#7128a4 #a42899 #3328a4

Monochromatic Colors of #7128a4

#7128a4

Complementary Color

#7128a4 #5ba428

#7128a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7128a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7128a4 Color CSS Codes

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

#7128a4 Text Font Color

<p style="color:#7128a4">Text here</p>

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


#7128a4 Background Color

<div style="background-color:#7128a4">
Div content here</div>

This div background color is #7128a4


#7128a4 Border Color

<div style="border:3px solid #7128a4">
Div here</div>

This div border color is #7128a4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,40,164, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7128a4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7128a4;
  -webkit-box-shadow: 1px 1px 3px 2px #7128a4;
  box-shadow:         1px 1px 3px 2px #7128a4; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7128a4


Comments

No comments written yet.

Please login to write comment.