Color Hex Logo

#701beb Color Hex

#701BEB
(112,27,235)
0 Favorites   0 Comments

Color spaces of #701beb

RGB 11227235
HSL0.730.840.51
HSV265°89°92°
CMYK 0.520.890.00   0.08
XYZ22.069410.226879.4080
Yxy10.22680.19760.0916
Hunter Lab31.979467.2214-124.8375
CIE-Lab38.246473.4967-86.4961

#701beb color RGB value is (112,27,235).

#701beb hex color red value is 112, green value is 27 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #701beb hue: 0.73 , saturation: 0.84 and the lightness value of 701beb is 0.51.

The process color (four color CMYK) of #701beb color hex is 0.52, 0.89, 0.00, 0.08. Web safe color of #701beb is #6633ff. Color #701beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00011011 11101011
Octal 160 33 353
Decimal 112 27 235
Hex 70 1B EB

RGB Percentages of Color #701beb

%29.95
%7.22
%62.83

CMYK Percentages of Color #701beb

%52
%89
%0
%8

Triadic Colors of #701beb

#701beb #eb701b #1beb70

Analogous Colors of #701beb

#701beb #d81beb #1b2eeb

Monochromatic Colors of #701beb

#701beb

Complementary Color

#701beb #96eb1b

#701beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#701beb Color CSS Codes

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

#701beb Text Font Color

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

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


#701beb Background Color

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

This div background color is #701beb


#701beb Border Color

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

This div border color is #701beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701beb


Comments

No comments written yet.

Please login to write comment.