Color Hex Logo

#7511db Color Hex

#7511DB
(117,17,219)
0 Favorites   0 Comments

Color spaces of #7511db

RGB 11717219
HSL0.750.860.46
HSV270°92°86°
CMYK 0.470.920.00   0.14
XYZ20.32279.297367.7413
Yxy9.29730.20870.0955
Hunter Lab30.491565.6109-110.3774
CIE-Lab36.550572.4753-80.1327

#7511db color RGB value is (117,17,219).

#7511db hex color red value is 117, green value is 17 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7511db hue: 0.75 , saturation: 0.86 and the lightness value of 7511db is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00010001 11011011
Octal 165 21 333
Decimal 117 17 219
Hex 75 11 DB

RGB Percentages of Color #7511db

%33.14
%4.82
%62.04

CMYK Percentages of Color #7511db

%47
%92
%0
%14

Triadic Colors of #7511db

#7511db #db7511 #11db75

Analogous Colors of #7511db

#7511db #da11db #1112db

Monochromatic Colors of #7511db

#7511db

Complementary Color

#7511db #77db11

#7511db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7511db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7511db Color CSS Codes

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

#7511db Text Font Color

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

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


#7511db Background Color

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

This div background color is #7511db


#7511db Border Color

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

This div border color is #7511db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7511db


Comments

No comments written yet.

Please login to write comment.