Color Hex Logo

#7129dd Color Hex

#7129DD
(113,41,221)
0 Favorites   0 Comments

Color spaces of #7129dd

RGB 11341221
HSL0.730.730.51
HSV264°81°87°
CMYK 0.490.810.00   0.13
XYZ20.654110.317069.3094
Yxy10.31700.20600.1029
Hunter Lab32.120158.5703-105.4531
CIE-Lab38.405566.0962-78.2419

#7129dd color RGB value is (113,41,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101001 11011101
Octal 161 51 335
Decimal 113 41 221
Hex 71 29 DD

RGB Percentages of Color #7129dd

%30.13
%10.93
%58.93

CMYK Percentages of Color #7129dd

%49
%81
%0
%13

Triadic Colors of #7129dd

#7129dd #dd7129 #29dd71

Analogous Colors of #7129dd

#7129dd #cb29dd #293bdd

Monochromatic Colors of #7129dd

#7129dd

Complementary Color

#7129dd #95dd29

#7129dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7129dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7129dd Color CSS Codes

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

#7129dd Text Font Color

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

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


#7129dd Background Color

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

This div background color is #7129dd


#7129dd Border Color

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

This div border color is #7129dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7129dd


Comments

No comments written yet.

Please login to write comment.