Color Hex Logo

#7523af Color Hex

#7523AF
(117,35,175)
0 Favorites   0 Comments

Color spaces of #7523af

RGB 11735175
HSL0.760.670.41
HSV275°80°69°
CMYK 0.330.800.00   0.31
XYZ15.67508.079141.2907
Yxy8.07910.24100.1242
Hunter Lab28.423848.6968-66.2329
CIE-Lab34.147158.0439-58.3036

#7523af color RGB value is (117,35,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100011 10101111
Octal 165 43 257
Decimal 117 35 175
Hex 75 23 AF

RGB Percentages of Color #7523af

%35.78
%10.70
%53.52

CMYK Percentages of Color #7523af

%33
%80
%0
%31

Triadic Colors of #7523af

#7523af #af7523 #23af75

Analogous Colors of #7523af

#7523af #af23a3 #2f23af

Monochromatic Colors of #7523af

#7523af

Complementary Color

#7523af #5daf23

#7523af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7523af Color Preview on White Background

Lorem ipsum dolor sit amet.

#7523af Color CSS Codes

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

#7523af Text Font Color

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

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


#7523af Background Color

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

This div background color is #7523af


#7523af Border Color

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

This div border color is #7523af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7523af


Comments

No comments written yet.

Please login to write comment.