Color Hex Logo

#7026ce Color Hex

#7026CE
(112,38,206)
0 Favorites   0 Comments

Color spaces of #7026ce

RGB 11238206
HSL0.740.690.48
HSV266°82°81°
CMYK 0.460.820.00   0.19
XYZ18.51589.287259.2092
Yxy9.28720.21280.1067
Hunter Lab30.474955.1211-93.8611
CIE-Lab36.531563.4199-72.6734

#7026ce color RGB value is (112,38,206).

#7026ce hex color red value is 112, green value is 38 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7026ce hue: 0.74 , saturation: 0.69 and the lightness value of 7026ce is 0.48.

The process color (four color CMYK) of #7026ce color hex is 0.46, 0.82, 0.00, 0.19. Web safe color of #7026ce is #6633cc. Color #7026ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100110 11001110
Octal 160 46 316
Decimal 112 38 206
Hex 70 26 CE

RGB Percentages of Color #7026ce

%31.46
%10.67
%57.87

CMYK Percentages of Color #7026ce

%46
%82
%0
%19

Triadic Colors of #7026ce

#7026ce #ce7026 #26ce70

Analogous Colors of #7026ce

#7026ce #c426ce #2630ce

Monochromatic Colors of #7026ce

#7026ce

Complementary Color

#7026ce #84ce26

#7026ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7026ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7026ce Color CSS Codes

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

#7026ce Text Font Color

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

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


#7026ce Background Color

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

This div background color is #7026ce


#7026ce Border Color

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

This div border color is #7026ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7026ce


Comments

No comments written yet.

Please login to write comment.