Color Hex Logo

#7529eb Color Hex

#7529EB
(117,41,235)
0 Favorites   0 Comments

Color spaces of #7529eb

RGB 11741235
HSL0.730.830.54
HSV264°83°92°
CMYK 0.500.830.00   0.08
XYZ23.124511.365979.5723
Yxy11.36590.20270.0996
Hunter Lab33.713463.4375-116.3405
CIE-Lab40.190069.9406-83.2691

#7529eb color RGB value is (117,41,235).

#7529eb hex color red value is 117, green value is 41 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7529eb hue: 0.73 , saturation: 0.83 and the lightness value of 7529eb is 0.54.

The process color (four color CMYK) of #7529eb color hex is 0.50, 0.83, 0.00, 0.08. Web safe color of #7529eb is #6633ff. Color #7529eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00101001 11101011
Octal 165 51 353
Decimal 117 41 235
Hex 75 29 EB

RGB Percentages of Color #7529eb

%29.77
%10.43
%59.80

CMYK Percentages of Color #7529eb

%50
%83
%0
%8

Triadic Colors of #7529eb

#7529eb #eb7529 #29eb75

Analogous Colors of #7529eb

#7529eb #d629eb #293eeb

Monochromatic Colors of #7529eb

#7529eb

Complementary Color

#7529eb #9feb29

#7529eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7529eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7529eb Color CSS Codes

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

#7529eb Text Font Color

<p style="color:#7529eb">Text here</p>

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


#7529eb Background Color

<div style="background-color:#7529eb">
Div content here</div>

This div background color is #7529eb


#7529eb Border Color

<div style="border:3px solid #7529eb">
Div here</div>

This div border color is #7529eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,41,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7529eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7529eb;
  -webkit-box-shadow: 1px 1px 3px 2px #7529eb;
  box-shadow:         1px 1px 3px 2px #7529eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7529eb


Comments

No comments written yet.

Please login to write comment.