Color Hex Logo

#701bce Color Hex

#701BCE
(112,27,206)
0 Favorites   0 Comments

Color spaces of #701bce

RGB 11227206
HSL0.750.770.46
HSV268°87°81°
CMYK 0.460.870.00   0.19
XYZ18.21468.684859.1088
Yxy8.68480.21180.1010
Hunter Lab29.470058.7535-98.2907
CIE-Lab35.370266.8451-74.5833

#701bce color RGB value is (112,27,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00011011 11001110
Octal 160 33 316
Decimal 112 27 206
Hex 70 1B CE

RGB Percentages of Color #701bce

%32.46
%7.83
%59.71

CMYK Percentages of Color #701bce

%46
%87
%0
%19

Triadic Colors of #701bce

#701bce #ce701b #1bce70

Analogous Colors of #701bce

#701bce #ca1bce #1b1fce

Monochromatic Colors of #701bce

#701bce

Complementary Color

#701bce #79ce1b

#701bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#701bce Color CSS Codes

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

#701bce Text Font Color

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

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


#701bce Background Color

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

This div background color is #701bce


#701bce Border Color

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

This div border color is #701bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701bce


Comments

No comments written yet.

Please login to write comment.