Color Hex Logo

#7526af Color Hex

#7526AF
(117,38,175)
0 Favorites   0 Comments

Color spaces of #7526af

RGB 11738175
HSL0.760.640.42
HSV275°78°69°
CMYK 0.330.780.00   0.31
XYZ15.76718.263341.3214
Yxy8.26330.24130.1264
Hunter Lab28.746047.6015-65.1053
CIE-Lab34.525356.9495-57.6873

#7526af color RGB value is (117,38,175).

#7526af hex color red value is 117, green value is 38 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7526af hue: 0.76 , saturation: 0.64 and the lightness value of 7526af is 0.42.

The process color (four color CMYK) of #7526af color hex is 0.33, 0.78, 0.00, 0.31. Web safe color of #7526af is #663399. Color #7526af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100110 10101111
Octal 165 46 257
Decimal 117 38 175
Hex 75 26 AF

RGB Percentages of Color #7526af

%35.45
%11.52
%53.03

CMYK Percentages of Color #7526af

%33
%78
%0
%31

Triadic Colors of #7526af

#7526af #af7526 #26af75

Analogous Colors of #7526af

#7526af #af26a5 #3126af

Monochromatic Colors of #7526af

#7526af

Complementary Color

#7526af #60af26

#7526af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7526af Color Preview on White Background

Lorem ipsum dolor sit amet.

#7526af Color CSS Codes

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

#7526af Text Font Color

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

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


#7526af Background Color

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

This div background color is #7526af


#7526af Border Color

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

This div border color is #7526af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7526af


Comments

No comments written yet.

Please login to write comment.