Color Hex Logo

#7015bf Color Hex

#7015BF
(112,21,191)
0 Favorites   0 Comments

Color spaces of #7015bf

RGB 11221191
HSL0.760.800.42
HSV272°89°75°
CMYK 0.410.890.00   0.25
XYZ16.35427.742749.9227
Yxy7.74270.22090.1046
Hunter Lab27.825756.2161-86.8955
CIE-Lab33.441264.9910-68.9773

#7015bf color RGB value is (112,21,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010101 10111111
Octal 160 25 277
Decimal 112 21 191
Hex 70 15 BF

RGB Percentages of Color #7015bf

%34.57
%6.48
%58.95

CMYK Percentages of Color #7015bf

%41
%89
%0
%25

Triadic Colors of #7015bf

#7015bf #bf7015 #15bf70

Analogous Colors of #7015bf

#7015bf #bf15b9 #1b15bf

Monochromatic Colors of #7015bf

#7015bf

Complementary Color

#7015bf #64bf15

#7015bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7015bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7015bf Color CSS Codes

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

#7015bf Text Font Color

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

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


#7015bf Background Color

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

This div background color is #7015bf


#7015bf Border Color

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

This div border color is #7015bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7015bf


Comments

No comments written yet.

Please login to write comment.