Color Hex Logo

#752aae Color Hex

#752AAE
(117,42,174)
0 Favorites   0 Comments

Color spaces of #752aae

RGB 11742174
HSL0.760.610.42
HSV274°76°68°
CMYK 0.330.760.00   0.32
XYZ15.80418.493840.8509
Yxy8.49380.24260.1304
Hunter Lab29.144145.7937-62.7051
CIE-Lab34.990855.1578-56.3330

#752aae color RGB value is (117,42,174).

#752aae hex color red value is 117, green value is 42 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #752aae hue: 0.76 , saturation: 0.61 and the lightness value of 752aae is 0.42.

The process color (four color CMYK) of #752aae color hex is 0.33, 0.76, 0.00, 0.32. Web safe color of #752aae is #663399. Color #752aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00101010 10101110
Octal 165 52 256
Decimal 117 42 174
Hex 75 2A AE

RGB Percentages of Color #752aae

%35.14
%12.61
%52.25

CMYK Percentages of Color #752aae

%33
%76
%0
%32

Triadic Colors of #752aae

#752aae #ae752a #2aae75

Analogous Colors of #752aae

#752aae #ae2aa5 #332aae

Monochromatic Colors of #752aae

#752aae

Complementary Color

#752aae #63ae2a

#752aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#752aae Color CSS Codes

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

#752aae Text Font Color

<p style="color:#752aae">Text here</p>

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


#752aae Background Color

<div style="background-color:#752aae">
Div content here</div>

This div background color is #752aae


#752aae Border Color

<div style="border:3px solid #752aae">
Div here</div>

This div border color is #752aae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,42,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #752aae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #752aae;
  -webkit-box-shadow: 1px 1px 3px 2px #752aae;
  box-shadow:         1px 1px 3px 2px #752aae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752aae


Comments

No comments written yet.

Please login to write comment.