Color Hex Logo

#7717bd Color Hex

#7717BD
(119,23,189)
0 Favorites   0 Comments

Color spaces of #7717bd

RGB 11923189
HSL0.760.780.42
HSV275°88°74°
CMYK 0.370.880.00   0.26
XYZ17.09958.208948.8273
Yxy8.20890.23070.1107
Hunter Lab28.651256.3922-80.9861
CIE-Lab34.414264.9589-66.1633

#7717bd color RGB value is (119,23,189).

#7717bd hex color red value is 119, green value is 23 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7717bd hue: 0.76 , saturation: 0.78 and the lightness value of 7717bd is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00010111 10111101
Octal 167 27 275
Decimal 119 23 189
Hex 77 17 BD

RGB Percentages of Color #7717bd

%35.95
%6.95
%57.10

CMYK Percentages of Color #7717bd

%37
%88
%0
%26

Triadic Colors of #7717bd

#7717bd #bd7717 #17bd77

Analogous Colors of #7717bd

#7717bd #bd17b0 #2417bd

Monochromatic Colors of #7717bd

#7717bd

Complementary Color

#7717bd #5dbd17

#7717bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7717bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7717bd Color CSS Codes

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

#7717bd Text Font Color

<p style="color:#7717bd">Text here</p>

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


#7717bd Background Color

<div style="background-color:#7717bd">
Div content here</div>

This div background color is #7717bd


#7717bd Border Color

<div style="border:3px solid #7717bd">
Div here</div>

This div border color is #7717bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,23,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7717bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7717bd;
  -webkit-box-shadow: 1px 1px 3px 2px #7717bd;
  box-shadow:         1px 1px 3px 2px #7717bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7717bd


Comments

No comments written yet.

Please login to write comment.