Color Hex Logo

#7008c1 Color Hex

#7008C1
(112,8,193)
0 Favorites   0 Comments

Color spaces of #7008c1

RGB 1128193
HSL0.760.920.39
HSV274°96°76°
CMYK 0.420.960.00   0.24
XYZ16.39467.468751.0296
Yxy7.46870.21890.0997
Hunter Lab27.328959.2564-91.5783
CIE-Lab32.850967.7639-71.1264

#7008c1 color RGB value is (112,8,193).

#7008c1 hex color red value is 112, green value is 8 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #7008c1 hue: 0.76 , saturation: 0.92 and the lightness value of 7008c1 is 0.39.

The process color (four color CMYK) of #7008c1 color hex is 0.42, 0.96, 0.00, 0.24. Web safe color of #7008c1 is #6600cc. Color #7008c1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00001000 11000001
Octal 160 10 301
Decimal 112 8 193
Hex 70 8 C1

RGB Percentages of Color #7008c1

%35.78
%2.56
%61.66

CMYK Percentages of Color #7008c1

%42
%96
%0
%24

Triadic Colors of #7008c1

#7008c1 #c17008 #08c170

Analogous Colors of #7008c1

#7008c1 #c108b6 #1408c1

Monochromatic Colors of #7008c1

#7008c1

Complementary Color

#7008c1 #59c108

#7008c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7008c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7008c1 Color CSS Codes

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

#7008c1 Text Font Color

<p style="color:#7008c1">Text here</p>

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


#7008c1 Background Color

<div style="background-color:#7008c1">
Div content here</div>

This div background color is #7008c1


#7008c1 Border Color

<div style="border:3px solid #7008c1">
Div here</div>

This div border color is #7008c1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,8,193, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7008c1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7008c1;
  -webkit-box-shadow: 1px 1px 3px 2px #7008c1;
  box-shadow:         1px 1px 3px 2px #7008c1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7008c1


Comments

No comments written yet.

Please login to write comment.