Color Hex Logo

#7126ff Color Hex

#7126FF
(113,38,255)
0 Favorites   0 Comments

Color spaces of #7126ff

RGB 11338255
HSL0.721.000.57
HSV261°85°100°
CMYK 0.560.850.00   0.00
XYZ25.553212.116995.5997
Yxy12.11690.19170.0909
Hunter Lab34.809370.1188-138.4664
CIE-Lab41.401375.2855-92.5440

#7126ff color RGB value is (113,38,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100110 11111111
Octal 161 46 377
Decimal 113 38 255
Hex 71 26 FF

RGB Percentages of Color #7126ff

%27.83
%9.36
%62.81

CMYK Percentages of Color #7126ff

%56
%85
%0
%0

Triadic Colors of #7126ff

#7126ff #ff7126 #26ff71

Analogous Colors of #7126ff

#7126ff #de26ff #2648ff

Monochromatic Colors of #7126ff

#7126ff

Complementary Color

#7126ff #b4ff26

#7126ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7126ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7126ff Color CSS Codes

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

#7126ff Text Font Color

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

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


#7126ff Background Color

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

This div background color is #7126ff


#7126ff Border Color

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

This div border color is #7126ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7126ff


Comments

No comments written yet.

Please login to write comment.