Color Hex Logo

#701ece Color Hex

#701ECE
(112,30,206)
0 Favorites   0 Comments

Color spaces of #701ece

RGB 11230206
HSL0.740.750.46
HSV268°85°81°
CMYK 0.460.850.00   0.19
XYZ18.28698.829559.1330
Yxy8.82950.21200.1024
Hunter Lab29.714557.8522-97.1894
CIE-Lab35.653966.0031-74.1164

#701ece color RGB value is (112,30,206).

#701ece hex color red value is 112, green value is 30 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #701ece hue: 0.74 , saturation: 0.75 and the lightness value of 701ece is 0.46.

The process color (four color CMYK) of #701ece color hex is 0.46, 0.85, 0.00, 0.19. Web safe color of #701ece is #6633cc. Color #701ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00011110 11001110
Octal 160 36 316
Decimal 112 30 206
Hex 70 1E CE

RGB Percentages of Color #701ece

%32.18
%8.62
%59.20

CMYK Percentages of Color #701ece

%46
%85
%0
%19

Triadic Colors of #701ece

#701ece #ce701e #1ece70

Analogous Colors of #701ece

#701ece #c81ece #1e24ce

Monochromatic Colors of #701ece

#701ece

Complementary Color

#701ece #7cce1e

#701ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#701ece Color CSS Codes

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

#701ece Text Font Color

<p style="color:#701ece">Text here</p>

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


#701ece Background Color

<div style="background-color:#701ece">
Div content here</div>

This div background color is #701ece


#701ece Border Color

<div style="border:3px solid #701ece">
Div here</div>

This div border color is #701ece


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,30,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #701ece; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #701ece;
  -webkit-box-shadow: 1px 1px 3px 2px #701ece;
  box-shadow:         1px 1px 3px 2px #701ece; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701ece


Comments

No comments written yet.

Please login to write comment.