Color Hex Logo

#7126dd Color Hex

#7126DD
(113,38,221)
0 Favorites   0 Comments

Color spaces of #7126dd

RGB 11338221
HSL0.730.730.51
HSV265°83°87°
CMYK 0.490.830.00   0.13
XYZ20.554310.117469.2761
Yxy10.11740.20570.1012
Hunter Lab31.807959.6833-106.8655
CIE-Lab38.052367.1335-78.8233

#7126dd color RGB value is (113,38,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100110 11011101
Octal 161 46 335
Decimal 113 38 221
Hex 71 26 DD

RGB Percentages of Color #7126dd

%30.38
%10.22
%59.41

CMYK Percentages of Color #7126dd

%49
%83
%0
%13

Triadic Colors of #7126dd

#7126dd #dd7126 #26dd71

Analogous Colors of #7126dd

#7126dd #cd26dd #2636dd

Monochromatic Colors of #7126dd

#7126dd

Complementary Color

#7126dd #92dd26

#7126dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7126dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7126dd Color CSS Codes

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

#7126dd Text Font Color

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

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


#7126dd Background Color

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

This div background color is #7126dd


#7126dd Border Color

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

This div border color is #7126dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7126dd


Comments

No comments written yet.

Please login to write comment.