Color Hex Logo

#7729bd Color Hex

#7729BD
(119,41,189)
0 Favorites   0 Comments

Color spaces of #7729bd

RGB 11941189
HSL0.750.640.45
HSV272°78°74°
CMYK 0.370.780.00   0.26
XYZ17.58609.181948.9895
Yxy9.18190.23210.1212
Hunter Lab30.301750.5672-74.6446
CIE-Lab36.332259.3437-63.0258

#7729bd color RGB value is (119,41,189).

#7729bd hex color red value is 119, green value is 41 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7729bd hue: 0.75 , saturation: 0.64 and the lightness value of 7729bd is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00101001 10111101
Octal 167 51 275
Decimal 119 41 189
Hex 77 29 BD

RGB Percentages of Color #7729bd

%34.10
%11.75
%54.15

CMYK Percentages of Color #7729bd

%37
%78
%0
%26

Triadic Colors of #7729bd

#7729bd #bd7729 #29bd77

Analogous Colors of #7729bd

#7729bd #bd29b9 #2d29bd

Monochromatic Colors of #7729bd

#7729bd

Complementary Color

#7729bd #6fbd29

#7729bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7729bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7729bd Color CSS Codes

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

#7729bd Text Font Color

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

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


#7729bd Background Color

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

This div background color is #7729bd


#7729bd Border Color

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

This div border color is #7729bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,41,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 #7729bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7729bd


Comments

No comments written yet.

Please login to write comment.