Color Hex Logo

#7126fe Color Hex

#7126FE
(113,38,254)
0 Favorites   0 Comments

Color spaces of #7126fe

RGB 11338254
HSL0.720.990.57
HSV261°85°100°
CMYK 0.560.850.00   0.00
XYZ25.392612.052794.7540
Yxy12.05270.19210.0912
Hunter Lab34.717069.8032-137.5198
CIE-Lab41.299875.0458-92.1527

#7126fe color RGB value is (113,38,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100110 11111110
Octal 161 46 376
Decimal 113 38 254
Hex 71 26 FE

RGB Percentages of Color #7126fe

%27.90
%9.38
%62.72

CMYK Percentages of Color #7126fe

%56
%85
%0
%0

Triadic Colors of #7126fe

#7126fe #fe7126 #26fe71

Analogous Colors of #7126fe

#7126fe #dd26fe #2647fe

Monochromatic Colors of #7126fe

#7126fe

Complementary Color

#7126fe #b3fe26

#7126fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7126fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7126fe Color CSS Codes

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

#7126fe Text Font Color

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

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


#7126fe Background Color

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

This div background color is #7126fe


#7126fe Border Color

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

This div border color is #7126fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7126fe


Comments

No comments written yet.

Please login to write comment.