Color Hex Logo

#7629ff Color Hex

#7629FF
(118,41,255)
0 Favorites   0 Comments

Color spaces of #7629ff

RGB 11841255
HSL0.731.000.58
HSV262°84°100°
CMYK 0.540.840.00   0.00
XYZ26.314212.657495.6640
Yxy12.65740.19540.0940
Hunter Lab35.577269.7648-134.5214
CIE-Lab42.242474.8322-91.1367

#7629ff color RGB value is (118,41,255).

#7629ff hex color red value is 118, green value is 41 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7629ff hue: 0.73 , saturation: 1.00 and the lightness value of 7629ff is 0.58.

The process color (four color CMYK) of #7629ff color hex is 0.54, 0.84, 0.00, 0.00. Web safe color of #7629ff is #6633ff. Color #7629ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00101001 11111111
Octal 166 51 377
Decimal 118 41 255
Hex 76 29 FF

RGB Percentages of Color #7629ff

%28.50
%9.90
%61.59

CMYK Percentages of Color #7629ff

%54
%84
%0
%0

Triadic Colors of #7629ff

#7629ff #ff7629 #29ff76

Analogous Colors of #7629ff

#7629ff #e129ff #2947ff

Monochromatic Colors of #7629ff

#7629ff

Complementary Color

#7629ff #b2ff29

#7629ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7629ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7629ff Color CSS Codes

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

#7629ff Text Font Color

<p style="color:#7629ff">Text here</p>

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


#7629ff Background Color

<div style="background-color:#7629ff">
Div content here</div>

This div background color is #7629ff


#7629ff Border Color

<div style="border:3px solid #7629ff">
Div here</div>

This div border color is #7629ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,41,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7629ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7629ff;
  -webkit-box-shadow: 1px 1px 3px 2px #7629ff;
  box-shadow:         1px 1px 3px 2px #7629ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7629ff

Related Colors


Comments

No comments written yet.

Please login to write comment.