Color Hex Logo

#7011bf Color Hex

#7011BF
(112,17,191)
0 Favorites   0 Comments

Color spaces of #7011bf

RGB 11217191
HSL0.760.840.41
HSV273°91°75°
CMYK 0.410.910.00   0.25
XYZ16.28657.607249.9002
Yxy7.60720.22070.1031
Hunter Lab27.581257.1361-87.9615
CIE-Lab33.151165.8572-69.4543

#7011bf color RGB value is (112,17,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010001 10111111
Octal 160 21 277
Decimal 112 17 191
Hex 70 11 BF

RGB Percentages of Color #7011bf

%35.00
%5.31
%59.69

CMYK Percentages of Color #7011bf

%41
%91
%0
%25

Triadic Colors of #7011bf

#7011bf #bf7011 #11bf70

Analogous Colors of #7011bf

#7011bf #bf11b7 #1911bf

Monochromatic Colors of #7011bf

#7011bf

Complementary Color

#7011bf #60bf11

#7011bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7011bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7011bf Color CSS Codes

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

#7011bf Text Font Color

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

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


#7011bf Background Color

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

This div background color is #7011bf


#7011bf Border Color

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

This div border color is #7011bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,17,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 #7011bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7011bf


Comments

No comments written yet.

Please login to write comment.