Color Hex Logo

#7129de Color Hex

#7129DE
(113,41,222)
0 Favorites   0 Comments

Color spaces of #7129de

RGB 11341222
HSL0.730.730.52
HSV264°82°87°
CMYK 0.490.820.00   0.13
XYZ20.787810.370570.0133
Yxy10.37050.20550.1025
Hunter Lab32.203358.8693-106.3605
CIE-Lab38.499366.3388-78.6605

#7129de color RGB value is (113,41,222).

#7129de hex color red value is 113, green value is 41 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7129de hue: 0.73 , saturation: 0.73 and the lightness value of 7129de is 0.52.

The process color (four color CMYK) of #7129de color hex is 0.49, 0.82, 0.00, 0.13. Web safe color of #7129de is #6633cc. Color #7129de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101001 11011110
Octal 161 51 336
Decimal 113 41 222
Hex 71 29 DE

RGB Percentages of Color #7129de

%30.05
%10.90
%59.04

CMYK Percentages of Color #7129de

%49
%82
%0
%13

Triadic Colors of #7129de

#7129de #de7129 #29de71

Analogous Colors of #7129de

#7129de #cc29de #293bde

Monochromatic Colors of #7129de

#7129de

Complementary Color

#7129de #96de29

#7129de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7129de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7129de Color CSS Codes

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

#7129de Text Font Color

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

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


#7129de Background Color

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

This div background color is #7129de


#7129de Border Color

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

This div border color is #7129de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7129de


Comments

No comments written yet.

Please login to write comment.