Color Hex Logo

#7012eb Color Hex

#7012EB
(112,18,235)
0 Favorites   0 Comments

Color spaces of #7012eb

RGB 11218235
HSL0.740.860.50
HSV266°92°92°
CMYK 0.520.920.00   0.08
XYZ21.89389.875579.3495
Yxy9.87550.19700.0889
Hunter Lab31.425369.3655-127.7107
CIE-Lab37.618175.3880-87.5353

#7012eb color RGB value is (112,18,235).

#7012eb hex color red value is 112, green value is 18 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7012eb hue: 0.74 , saturation: 0.86 and the lightness value of 7012eb is 0.50.

The process color (four color CMYK) of #7012eb color hex is 0.52, 0.92, 0.00, 0.08. Web safe color of #7012eb is #6600ff. Color #7012eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010010 11101011
Octal 160 22 353
Decimal 112 18 235
Hex 70 12 EB

RGB Percentages of Color #7012eb

%30.68
%4.93
%64.38

CMYK Percentages of Color #7012eb

%52
%92
%0
%8

Triadic Colors of #7012eb

#7012eb #eb7012 #12eb70

Analogous Colors of #7012eb

#7012eb #dd12eb #1220eb

Monochromatic Colors of #7012eb

#7012eb

Complementary Color

#7012eb #8deb12

#7012eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7012eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7012eb Color CSS Codes

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

#7012eb Text Font Color

<p style="color:#7012eb">Text here</p>

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


#7012eb Background Color

<div style="background-color:#7012eb">
Div content here</div>

This div background color is #7012eb


#7012eb Border Color

<div style="border:3px solid #7012eb">
Div here</div>

This div border color is #7012eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,18,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7012eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7012eb;
  -webkit-box-shadow: 1px 1px 3px 2px #7012eb;
  box-shadow:         1px 1px 3px 2px #7012eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7012eb


Comments

No comments written yet.

Please login to write comment.