Color Hex Logo

#701cbf Color Hex

#701CBF
(112,28,191)
0 Favorites   0 Comments

Color spaces of #701cbf

RGB 11228191
HSL0.750.740.43
HSV271°85°75°
CMYK 0.410.850.00   0.25
XYZ16.50138.036849.9718
Yxy8.03680.22150.1079
Hunter Lab28.349354.2886-84.6672
CIE-Lab34.059463.1576-67.9619

#701cbf color RGB value is (112,28,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00011100 10111111
Octal 160 34 277
Decimal 112 28 191
Hex 70 1C BF

RGB Percentages of Color #701cbf

%33.84
%8.46
%57.70

CMYK Percentages of Color #701cbf

%41
%85
%0
%25

Triadic Colors of #701cbf

#701cbf #bf701c #1cbf70

Analogous Colors of #701cbf

#701cbf #bf1cbd #1f1cbf

Monochromatic Colors of #701cbf

#701cbf

Complementary Color

#701cbf #6bbf1c

#701cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#701cbf Color CSS Codes

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

#701cbf Text Font Color

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

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


#701cbf Background Color

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

This div background color is #701cbf


#701cbf Border Color

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

This div border color is #701cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701cbf


Comments

No comments written yet.

Please login to write comment.