Color Hex Logo

#7729bf Color Hex

#7729BF
(119,41,191)
0 Favorites   0 Comments

Color spaces of #7729bf

RGB 11941191
HSL0.750.650.45
HSV271°79°75°
CMYK 0.380.790.00   0.25
XYZ17.80479.269450.1410
Yxy9.26940.23060.1200
Hunter Lab30.445751.1072-76.3327
CIE-Lab36.497959.8056-63.9316

#7729bf color RGB value is (119,41,191).

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

The process color (four color CMYK) of #7729bf color hex is 0.38, 0.79, 0.00, 0.25. Web safe color of #7729bf is #6633cc. Color #7729bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00101001 10111111
Octal 167 51 277
Decimal 119 41 191
Hex 77 29 BF

RGB Percentages of Color #7729bf

%33.90
%11.68
%54.42

CMYK Percentages of Color #7729bf

%38
%79
%0
%25

Triadic Colors of #7729bf

#7729bf #bf7729 #29bf77

Analogous Colors of #7729bf

#7729bf #bf29bc #2c29bf

Monochromatic Colors of #7729bf

#7729bf

Complementary Color

#7729bf #71bf29

#7729bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7729bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7729bf Color CSS Codes

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

#7729bf Text Font Color

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

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


#7729bf Background Color

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

This div background color is #7729bf


#7729bf Border Color

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

This div border color is #7729bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7729bf


Comments

No comments written yet.

Please login to write comment.