Color Hex Logo

#7101db Color Hex

#7101DB
(113,1,219)
0 Favorites   0 Comments

Color spaces of #7101db

RGB 1131219
HSL0.750.990.43
HSV271°100°86°
CMYK 0.481.000.00   0.14
XYZ19.60718.646967.6534
Yxy8.64690.20440.0902
Hunter Lab29.405667.5606-115.8244
CIE-Lab35.295474.3341-82.2229

#7101db color RGB value is (113,1,219).

#7101db hex color red value is 113, green value is 1 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7101db hue: 0.75 , saturation: 0.99 and the lightness value of 7101db is 0.43.

The process color (four color CMYK) of #7101db color hex is 0.48, 1.00, 0.00, 0.14. Web safe color of #7101db is #6600cc. Color #7101db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00000001 11011011
Octal 161 1 333
Decimal 113 1 219
Hex 71 1 DB

RGB Percentages of Color #7101db

%33.93
%0.30
%65.77

CMYK Percentages of Color #7101db

%48
%100
%0
%14

Triadic Colors of #7101db

#7101db #db7101 #01db71

Analogous Colors of #7101db

#7101db #db01d8 #0401db

Monochromatic Colors of #7101db

#7101db

Complementary Color

#7101db #6bdb01

#7101db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7101db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7101db Color CSS Codes

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

#7101db Text Font Color

<p style="color:#7101db">Text here</p>

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


#7101db Background Color

<div style="background-color:#7101db">
Div content here</div>

This div background color is #7101db


#7101db Border Color

<div style="border:3px solid #7101db">
Div here</div>

This div border color is #7101db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,1,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7101db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7101db;
  -webkit-box-shadow: 1px 1px 3px 2px #7101db;
  box-shadow:         1px 1px 3px 2px #7101db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,1,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7101db


Comments

No comments written yet.

Please login to write comment.