Color Hex Logo

#7126ef Color Hex

#7126EF
(113,38,239)
0 Favorites   0 Comments

Color spaces of #7126ef

RGB 11338239
HSL0.730.860.54
HSV262°84°94°
CMYK 0.530.840.00   0.06
XYZ23.083211.128982.5928
Yxy11.12890.19760.0953
Hunter Lab33.360065.1317-123.4384
CIE-Lab39.796771.4499-86.1984

#7126ef color RGB value is (113,38,239).

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

The process color (four color CMYK) of #7126ef color hex is 0.53, 0.84, 0.00, 0.06. Web safe color of #7126ef is #6633ff. Color #7126ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100110 11101111
Octal 161 46 357
Decimal 113 38 239
Hex 71 26 EF

RGB Percentages of Color #7126ef

%28.97
%9.74
%61.28

CMYK Percentages of Color #7126ef

%53
%84
%0
%6

Triadic Colors of #7126ef

#7126ef #ef7126 #26ef71

Analogous Colors of #7126ef

#7126ef #d626ef #263fef

Monochromatic Colors of #7126ef

#7126ef

Complementary Color

#7126ef #a4ef26

#7126ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7126ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7126ef Color CSS Codes

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

#7126ef Text Font Color

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

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


#7126ef Background Color

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

This div background color is #7126ef


#7126ef Border Color

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

This div border color is #7126ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7126ef


Comments

No comments written yet.

Please login to write comment.