Color Hex Logo

#7629b5 Color Hex

#7629B5
(118,41,181)
0 Favorites   0 Comments

Color spaces of #7629b5

RGB 11841181
HSL0.760.630.44
HSV273°77°71°
CMYK 0.350.770.00   0.29
XYZ16.60468.773644.5344
Yxy8.77360.23750.1255
Hunter Lab29.620348.2285-68.4090
CIE-Lab35.544757.3363-59.5895

#7629b5 color RGB value is (118,41,181).

#7629b5 hex color red value is 118, green value is 41 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #7629b5 hue: 0.76 , saturation: 0.63 and the lightness value of 7629b5 is 0.44.

The process color (four color CMYK) of #7629b5 color hex is 0.35, 0.77, 0.00, 0.29. Web safe color of #7629b5 is #6633cc. Color #7629b5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00101001 10110101
Octal 166 51 265
Decimal 118 41 181
Hex 76 29 B5

RGB Percentages of Color #7629b5

%34.71
%12.06
%53.24

CMYK Percentages of Color #7629b5

%35
%77
%0
%29

Triadic Colors of #7629b5

#7629b5 #b57629 #29b576

Analogous Colors of #7629b5

#7629b5 #b529ae #3029b5

Monochromatic Colors of #7629b5

#7629b5

Complementary Color

#7629b5 #68b529

#7629b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7629b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7629b5 Color CSS Codes

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

#7629b5 Text Font Color

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

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


#7629b5 Background Color

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

This div background color is #7629b5


#7629b5 Border Color

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

This div border color is #7629b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7629b5


Comments

No comments written yet.

Please login to write comment.