Color Hex Logo

#7011cf Color Hex

#7011CF
(112,17,207)
0 Favorites   0 Comments

Color spaces of #7011cf

RGB 11217207
HSL0.750.850.44
HSV270°92°81°
CMYK 0.460.920.00   0.19
XYZ18.14508.350659.6870
Yxy8.35060.21050.0969
Hunter Lab28.897461.5117-102.2341
CIE-Lab34.702669.3549-76.2645

#7011cf color RGB value is (112,17,207).

#7011cf hex color red value is 112, green value is 17 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #7011cf hue: 0.75 , saturation: 0.85 and the lightness value of 7011cf is 0.44.

The process color (four color CMYK) of #7011cf color hex is 0.46, 0.92, 0.00, 0.19. Web safe color of #7011cf is #6600cc. Color #7011cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010001 11001111
Octal 160 21 317
Decimal 112 17 207
Hex 70 11 CF

RGB Percentages of Color #7011cf

%33.33
%5.06
%61.61

CMYK Percentages of Color #7011cf

%46
%92
%0
%19

Triadic Colors of #7011cf

#7011cf #cf7011 #11cf70

Analogous Colors of #7011cf

#7011cf #cf11cf #1111cf

Monochromatic Colors of #7011cf

#7011cf

Complementary Color

#7011cf #70cf11

#7011cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7011cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7011cf Color CSS Codes

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

#7011cf Text Font Color

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

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


#7011cf Background Color

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

This div background color is #7011cf


#7011cf Border Color

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

This div border color is #7011cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7011cf


Comments

No comments written yet.

Please login to write comment.