Color Hex Logo

#7051db Color Hex

#7051DB
(112,81,219)
0 Favorites   0 Comments

Color spaces of #7051db

RGB 11281219
HSL0.700.660.59
HSV253°63°86°
CMYK 0.490.630.00   0.14
XYZ22.410714.444168.6246
Yxy14.44410.21250.1369
Hunter Lab38.005438.7469-80.4535
CIE-Lab44.863246.5523-66.5394

#7051db color RGB value is (112,81,219).

#7051db hex color red value is 112, green value is 81 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7051db hue: 0.70 , saturation: 0.66 and the lightness value of 7051db is 0.59.

The process color (four color CMYK) of #7051db color hex is 0.49, 0.63, 0.00, 0.14. Web safe color of #7051db is #6666cc. Color #7051db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01010001 11011011
Octal 160 121 333
Decimal 112 81 219
Hex 70 51 DB

RGB Percentages of Color #7051db

%27.18
%19.66
%53.16

CMYK Percentages of Color #7051db

%49
%63
%0
%14

Triadic Colors of #7051db

#7051db #db7051 #51db70

Analogous Colors of #7051db

#7051db #b551db #5177db

Monochromatic Colors of #7051db

#7051db

Complementary Color

#7051db #bcdb51

#7051db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7051db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7051db Color CSS Codes

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

#7051db Text Font Color

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

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


#7051db Background Color

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

This div background color is #7051db


#7051db Border Color

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

This div border color is #7051db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7051db


Comments

No comments written yet.

Please login to write comment.