Color Hex Logo

#7026ea Color Hex

#7026EA
(112,38,234)
0 Favorites   0 Comments

Color spaces of #7026ea

RGB 11238234
HSL0.730.820.53
HSV263°84°92°
CMYK 0.520.840.00   0.08
XYZ22.226510.771578.7495
Yxy10.77150.19890.0964
Hunter Lab32.820063.4497-119.2888
CIE-Lab39.192970.1445-84.3652

#7026ea color RGB value is (112,38,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100110 11101010
Octal 160 46 352
Decimal 112 38 234
Hex 70 26 EA

RGB Percentages of Color #7026ea

%29.17
%9.90
%60.94

CMYK Percentages of Color #7026ea

%52
%84
%0
%8

Triadic Colors of #7026ea

#7026ea #ea7026 #26ea70

Analogous Colors of #7026ea

#7026ea #d226ea #263eea

Monochromatic Colors of #7026ea

#7026ea

Complementary Color

#7026ea #a0ea26

#7026ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7026ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7026ea Color CSS Codes

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

#7026ea Text Font Color

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

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


#7026ea Background Color

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

This div background color is #7026ea


#7026ea Border Color

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

This div border color is #7026ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,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 #7026ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7026ea


Comments

No comments written yet.

Please login to write comment.