Color Hex Logo

#7125ab Color Hex

#7125AB
(113,37,171)
0 Favorites   0 Comments

Color spaces of #7125ab

RGB 11337171
HSL0.760.640.41
HSV274°78°67°
CMYK 0.340.780.00   0.33
XYZ14.82237.774139.2474
Yxy7.77410.23970.1257
Hunter Lab27.882146.0982-63.9404
CIE-Lab33.507955.7340-56.9771

#7125ab color RGB value is (113,37,171).

#7125ab hex color red value is 113, green value is 37 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #7125ab hue: 0.76 , saturation: 0.64 and the lightness value of 7125ab is 0.41.

The process color (four color CMYK) of #7125ab color hex is 0.34, 0.78, 0.00, 0.33. Web safe color of #7125ab is #663399. Color #7125ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100101 10101011
Octal 161 45 253
Decimal 113 37 171
Hex 71 25 AB

RGB Percentages of Color #7125ab

%35.20
%11.53
%53.27

CMYK Percentages of Color #7125ab

%34
%78
%0
%33

Triadic Colors of #7125ab

#7125ab #ab7125 #25ab71

Analogous Colors of #7125ab

#7125ab #ab25a2 #2e25ab

Monochromatic Colors of #7125ab

#7125ab

Complementary Color

#7125ab #5fab25

#7125ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7125ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7125ab Color CSS Codes

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

#7125ab Text Font Color

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

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


#7125ab Background Color

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

This div background color is #7125ab


#7125ab Border Color

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

This div border color is #7125ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7125ab


Comments

No comments written yet.

Please login to write comment.