Color Hex Logo

#7517bb Color Hex

#7517BB
(117,23,187)
0 Favorites   0 Comments

Color spaces of #7517bb

RGB 11723187
HSL0.760.780.41
HSV274°88°73°
CMYK 0.370.880.00   0.27
XYZ16.61227.982647.6789
Yxy7.98260.22990.1104
Hunter Lab28.253555.5090-80.2768
CIE-Lab33.946664.2672-65.7598

#7517bb color RGB value is (117,23,187).

#7517bb hex color red value is 117, green value is 23 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #7517bb hue: 0.76 , saturation: 0.78 and the lightness value of 7517bb is 0.41.

The process color (four color CMYK) of #7517bb color hex is 0.37, 0.88, 0.00, 0.27. Web safe color of #7517bb is #6600cc. Color #7517bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00010111 10111011
Octal 165 27 273
Decimal 117 23 187
Hex 75 17 BB

RGB Percentages of Color #7517bb

%35.78
%7.03
%57.19

CMYK Percentages of Color #7517bb

%37
%88
%0
%27

Triadic Colors of #7517bb

#7517bb #bb7517 #17bb75

Analogous Colors of #7517bb

#7517bb #bb17af #2317bb

Monochromatic Colors of #7517bb

#7517bb

Complementary Color

#7517bb #5dbb17

#7517bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7517bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7517bb Color CSS Codes

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

#7517bb Text Font Color

<p style="color:#7517bb">Text here</p>

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


#7517bb Background Color

<div style="background-color:#7517bb">
Div content here</div>

This div background color is #7517bb


#7517bb Border Color

<div style="border:3px solid #7517bb">
Div here</div>

This div border color is #7517bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,23,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7517bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7517bb;
  -webkit-box-shadow: 1px 1px 3px 2px #7517bb;
  box-shadow:         1px 1px 3px 2px #7517bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,23,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7517bb


Comments

No comments written yet.

Please login to write comment.