Color Hex Logo

#701dbd Color Hex

#701DBD
(112,29,189)
0 Favorites   0 Comments

Color spaces of #701dbd

RGB 11229189
HSL0.750.730.43
HSV271°85°74°
CMYK 0.410.850.00   0.26
XYZ16.30687.997648.8283
Yxy7.99760.22300.1094
Hunter Lab28.280053.4364-82.5741
CIE-Lab33.977962.4087-66.9167

#701dbd color RGB value is (112,29,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00011101 10111101
Octal 160 35 275
Decimal 112 29 189
Hex 70 1D BD

RGB Percentages of Color #701dbd

%33.94
%8.79
%57.27

CMYK Percentages of Color #701dbd

%41
%85
%0
%26

Triadic Colors of #701dbd

#701dbd #bd701d #1dbd70

Analogous Colors of #701dbd

#701dbd #bd1dba #201dbd

Monochromatic Colors of #701dbd

#701dbd

Complementary Color

#701dbd #6abd1d

#701dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#701dbd Color CSS Codes

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

#701dbd Text Font Color

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

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


#701dbd Background Color

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

This div background color is #701dbd


#701dbd Border Color

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

This div border color is #701dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701dbd


Comments

No comments written yet.

Please login to write comment.