Color Hex Logo

#7526eb Color Hex

#7526EB
(117,38,235)
0 Favorites   0 Comments

Color spaces of #7526eb

RGB 11738235
HSL0.730.830.54
HSV264°84°92°
CMYK 0.500.840.00   0.08
XYZ23.024611.166379.5390
Yxy11.16630.20240.0982
Hunter Lab33.416064.5136-117.7348
CIE-Lab39.859270.9166-83.8144

#7526eb color RGB value is (117,38,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100110 11101011
Octal 165 46 353
Decimal 117 38 235
Hex 75 26 EB

RGB Percentages of Color #7526eb

%30.00
%9.74
%60.26

CMYK Percentages of Color #7526eb

%50
%84
%0
%8

Triadic Colors of #7526eb

#7526eb #eb7526 #26eb75

Analogous Colors of #7526eb

#7526eb #d826eb #263aeb

Monochromatic Colors of #7526eb

#7526eb

Complementary Color

#7526eb #9ceb26

#7526eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7526eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7526eb Color CSS Codes

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

#7526eb Text Font Color

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

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


#7526eb Background Color

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

This div background color is #7526eb


#7526eb Border Color

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

This div border color is #7526eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,38,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 #7526eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7526eb


Comments

No comments written yet.

Please login to write comment.