Color Hex Logo

#7015ba Color Hex

#7015BA
(112,21,186)
0 Favorites   0 Comments

Color spaces of #7015ba

RGB 11221186
HSL0.760.800.41
HSV273°89°73°
CMYK 0.400.890.00   0.27
XYZ15.81327.526247.0736
Yxy7.52620.22460.1069
Hunter Lab27.433954.8799-82.5314
CIE-Lab32.976063.8952-66.7879

#7015ba color RGB value is (112,21,186).

#7015ba hex color red value is 112, green value is 21 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7015ba hue: 0.76 , saturation: 0.80 and the lightness value of 7015ba is 0.41.

The process color (four color CMYK) of #7015ba color hex is 0.40, 0.89, 0.00, 0.27. Web safe color of #7015ba is #6600cc. Color #7015ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010101 10111010
Octal 160 25 272
Decimal 112 21 186
Hex 70 15 BA

RGB Percentages of Color #7015ba

%35.11
%6.58
%58.31

CMYK Percentages of Color #7015ba

%40
%89
%0
%27

Triadic Colors of #7015ba

#7015ba #ba7015 #15ba70

Analogous Colors of #7015ba

#7015ba #ba15b2 #1e15ba

Monochromatic Colors of #7015ba

#7015ba

Complementary Color

#7015ba #5fba15

#7015ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7015ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7015ba Color CSS Codes

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

#7015ba Text Font Color

<p style="color:#7015ba">Text here</p>

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


#7015ba Background Color

<div style="background-color:#7015ba">
Div content here</div>

This div background color is #7015ba


#7015ba Border Color

<div style="border:3px solid #7015ba">
Div here</div>

This div border color is #7015ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,21,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7015ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7015ba;
  -webkit-box-shadow: 1px 1px 3px 2px #7015ba;
  box-shadow:         1px 1px 3px 2px #7015ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7015ba


Comments

No comments written yet.

Please login to write comment.