Color Hex Logo

#7729fb Color Hex

#7729FB
(119,41,251)
0 Favorites   0 Comments

Color spaces of #7729fb

RGB 11941251
HSL0.730.960.57
HSV262°84°98°
CMYK 0.530.840.00   0.02
XYZ25.813312.472892.3138
Yxy12.47280.19770.0955
Hunter Lab35.316968.6622-130.2548
CIE-Lab41.957973.9776-89.3646

#7729fb color RGB value is (119,41,251).

#7729fb hex color red value is 119, green value is 41 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #7729fb hue: 0.73 , saturation: 0.96 and the lightness value of 7729fb is 0.57.

The process color (four color CMYK) of #7729fb color hex is 0.53, 0.84, 0.00, 0.02. Web safe color of #7729fb is #6633ff. Color #7729fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00101001 11111011
Octal 167 51 373
Decimal 119 41 251
Hex 77 29 FB

RGB Percentages of Color #7729fb

%28.95
%9.98
%61.07

CMYK Percentages of Color #7729fb

%53
%84
%0
%2

Triadic Colors of #7729fb

#7729fb #fb7729 #29fb77

Analogous Colors of #7729fb

#7729fb #e029fb #2944fb

Monochromatic Colors of #7729fb

#7729fb

Complementary Color

#7729fb #adfb29

#7729fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7729fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7729fb Color CSS Codes

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

#7729fb Text Font Color

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

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


#7729fb Background Color

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

This div background color is #7729fb


#7729fb Border Color

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

This div border color is #7729fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7729fb

Related Colors


Comments

No comments written yet.

Please login to write comment.