Color Hex Logo

#7012da Color Hex

#7012DA
(112,18,218)
0 Favorites   0 Comments

Color spaces of #7012da

RGB 11218218
HSL0.750.850.46
HSV268°92°85°
CMYK 0.490.920.00   0.15
XYZ19.55338.939367.0246
Yxy8.93930.20470.0936
Hunter Lab29.898764.4138-111.9829
CIE-Lab35.867271.5990-80.7067

#7012da color RGB value is (112,18,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010010 11011010
Octal 160 22 332
Decimal 112 18 218
Hex 70 12 DA

RGB Percentages of Color #7012da

%32.18
%5.17
%62.64

CMYK Percentages of Color #7012da

%49
%92
%0
%15

Triadic Colors of #7012da

#7012da #da7012 #12da70

Analogous Colors of #7012da

#7012da #d412da #1218da

Monochromatic Colors of #7012da

#7012da

Complementary Color

#7012da #7cda12

#7012da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7012da Color Preview on White Background

Lorem ipsum dolor sit amet.

#7012da Color CSS Codes

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

#7012da Text Font Color

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

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


#7012da Background Color

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

This div background color is #7012da


#7012da Border Color

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

This div border color is #7012da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7012da


Comments

No comments written yet.

Please login to write comment.