Color Hex Logo

#7012de Color Hex

#7012DE
(112,18,222)
0 Favorites   0 Comments

Color spaces of #7012de

RGB 11218222
HSL0.740.850.47
HSV268°92°87°
CMYK 0.500.920.00   0.13
XYZ20.08329.151369.8151
Yxy9.15130.20280.0924
Hunter Lab30.251165.5637-115.6568
CIE-Lab36.274072.4881-82.3343

#7012de color RGB value is (112,18,222).

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

The process color (four color CMYK) of #7012de color hex is 0.50, 0.92, 0.00, 0.13. Web safe color of #7012de is #6600cc. Color #7012de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010010 11011110
Octal 160 22 336
Decimal 112 18 222
Hex 70 12 DE

RGB Percentages of Color #7012de

%31.82
%5.11
%63.07

CMYK Percentages of Color #7012de

%50
%92
%0
%13

Triadic Colors of #7012de

#7012de #de7012 #12de70

Analogous Colors of #7012de

#7012de #d612de #121ade

Monochromatic Colors of #7012de

#7012de

Complementary Color

#7012de #80de12

#7012de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7012de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7012de Color CSS Codes

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

#7012de Text Font Color

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

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


#7012de Background Color

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

This div background color is #7012de


#7012de Border Color

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

This div border color is #7012de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7012de


Comments

No comments written yet.

Please login to write comment.