Color Hex Logo

#7426ea Color Hex

#7426EA
(116,38,234)
0 Favorites   0 Comments

Color spaces of #7426ea

RGB 11638234
HSL0.730.820.53
HSV264°84°92°
CMYK 0.500.840.00   0.08
XYZ22.746911.039778.7739
Yxy11.03970.20210.0981
Hunter Lab33.226064.0574-117.3093
CIE-Lab39.647370.5718-83.6004

#7426ea color RGB value is (116,38,234).

#7426ea hex color red value is 116, green value is 38 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #7426ea hue: 0.73 , saturation: 0.82 and the lightness value of 7426ea is 0.53.

The process color (four color CMYK) of #7426ea color hex is 0.50, 0.84, 0.00, 0.08. Web safe color of #7426ea is #6633ff. Color #7426ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100110 11101010
Octal 164 46 352
Decimal 116 38 234
Hex 74 26 EA

RGB Percentages of Color #7426ea

%29.90
%9.79
%60.31

CMYK Percentages of Color #7426ea

%50
%84
%0
%8

Triadic Colors of #7426ea

#7426ea #ea7426 #26ea74

Analogous Colors of #7426ea

#7426ea #d626ea #263aea

Monochromatic Colors of #7426ea

#7426ea

Complementary Color

#7426ea #9cea26

#7426ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7426ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7426ea Color CSS Codes

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

#7426ea Text Font Color

<p style="color:#7426ea">Text here</p>

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


#7426ea Background Color

<div style="background-color:#7426ea">
Div content here</div>

This div background color is #7426ea


#7426ea Border Color

<div style="border:3px solid #7426ea">
Div here</div>

This div border color is #7426ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,38,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7426ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7426ea;
  -webkit-box-shadow: 1px 1px 3px 2px #7426ea;
  box-shadow:         1px 1px 3px 2px #7426ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7426ea


Comments

No comments written yet.

Please login to write comment.