Color Hex Logo

#7126be Color Hex

#7126BE
(113,38,190)
0 Favorites   0 Comments

Color spaces of #7126be

RGB 11338190
HSL0.750.670.45
HSV270°80°75°
CMYK 0.410.800.00   0.25
XYZ16.79748.614649.4927
Yxy8.61460.22430.1150
Hunter Lab29.350650.7921-79.4327
CIE-Lab35.231459.7643-65.4466

#7126be color RGB value is (113,38,190).

#7126be hex color red value is 113, green value is 38 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7126be hue: 0.75 , saturation: 0.67 and the lightness value of 7126be is 0.45.

The process color (four color CMYK) of #7126be color hex is 0.41, 0.80, 0.00, 0.25. Web safe color of #7126be is #6633cc. Color #7126be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100110 10111110
Octal 161 46 276
Decimal 113 38 190
Hex 71 26 BE

RGB Percentages of Color #7126be

%33.14
%11.14
%55.72

CMYK Percentages of Color #7126be

%41
%80
%0
%25

Triadic Colors of #7126be

#7126be #be7126 #26be71

Analogous Colors of #7126be

#7126be #bd26be #2627be

Monochromatic Colors of #7126be

#7126be

Complementary Color

#7126be #73be26

#7126be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7126be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7126be Color CSS Codes

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

#7126be Text Font Color

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

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


#7126be Background Color

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

This div background color is #7126be


#7126be Border Color

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

This div border color is #7126be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7126be


Comments

No comments written yet.

Please login to write comment.