Color Hex Logo

#7120af Color Hex

#7120AF
(113,32,175)
0 Favorites   0 Comments

Color spaces of #7120af

RGB 11332175
HSL0.760.690.41
HSV274°82°69°
CMYK 0.350.820.00   0.31
XYZ15.06447.638941.2379
Yxy7.63890.23560.1195
Hunter Lab27.638648.9240-69.1162
CIE-Lab33.219258.4356-59.8416

#7120af color RGB value is (113,32,175).

#7120af hex color red value is 113, green value is 32 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7120af hue: 0.76 , saturation: 0.69 and the lightness value of 7120af is 0.41.

The process color (four color CMYK) of #7120af color hex is 0.35, 0.82, 0.00, 0.31. Web safe color of #7120af is #663399. Color #7120af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100000 10101111
Octal 161 40 257
Decimal 113 32 175
Hex 71 20 AF

RGB Percentages of Color #7120af

%35.31
%10.00
%54.69

CMYK Percentages of Color #7120af

%35
%82
%0
%31

Triadic Colors of #7120af

#7120af #af7120 #20af71

Analogous Colors of #7120af

#7120af #af20a6 #2a20af

Monochromatic Colors of #7120af

#7120af

Complementary Color

#7120af #5eaf20

#7120af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7120af Color Preview on White Background

Lorem ipsum dolor sit amet.

#7120af Color CSS Codes

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

#7120af Text Font Color

<p style="color:#7120af">Text here</p>

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


#7120af Background Color

<div style="background-color:#7120af">
Div content here</div>

This div background color is #7120af


#7120af Border Color

<div style="border:3px solid #7120af">
Div here</div>

This div border color is #7120af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,32,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7120af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7120af;
  -webkit-box-shadow: 1px 1px 3px 2px #7120af;
  box-shadow:         1px 1px 3px 2px #7120af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7120af


Comments

No comments written yet.

Please login to write comment.