Color Hex Logo

#7129ff Color Hex

#7129FF
(113,41,255)
0 Favorites   0 Comments

Color spaces of #7129ff

RGB 11341255
HSL0.721.000.58
HSV260°84°100°
CMYK 0.560.840.00   0.00
XYZ25.653012.316695.6330
Yxy12.31660.19200.0922
Hunter Lab35.095069.0598-136.9972
CIE-Lab41.714974.3532-92.0255

#7129ff color RGB value is (113,41,255).

#7129ff hex color red value is 113, green value is 41 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7129ff hue: 0.72 , saturation: 1.00 and the lightness value of 7129ff is 0.58.

The process color (four color CMYK) of #7129ff color hex is 0.56, 0.84, 0.00, 0.00. Web safe color of #7129ff is #6633ff. Color #7129ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101001 11111111
Octal 161 51 377
Decimal 113 41 255
Hex 71 29 FF

RGB Percentages of Color #7129ff

%27.63
%10.02
%62.35

CMYK Percentages of Color #7129ff

%56
%84
%0
%0

Triadic Colors of #7129ff

#7129ff #ff7129 #29ff71

Analogous Colors of #7129ff

#7129ff #dc29ff #294cff

Monochromatic Colors of #7129ff

#7129ff

Complementary Color

#7129ff #b7ff29

#7129ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7129ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7129ff Color CSS Codes

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

#7129ff Text Font Color

<p style="color:#7129ff">Text here</p>

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


#7129ff Background Color

<div style="background-color:#7129ff">
Div content here</div>

This div background color is #7129ff


#7129ff Border Color

<div style="border:3px solid #7129ff">
Div here</div>

This div border color is #7129ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,41,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7129ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7129ff;
  -webkit-box-shadow: 1px 1px 3px 2px #7129ff;
  box-shadow:         1px 1px 3px 2px #7129ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7129ff

#7129ff Color Palettes


Comments

No comments written yet.

Please login to write comment.