Color Hex Logo

#752dac Color Hex

#752DAC
(117,45,172)
0 Favorites   0 Comments

Color spaces of #752dac

RGB 11745172
HSL0.760.590.43
HSV274°74°67°
CMYK 0.320.740.00   0.33
XYZ15.72098.637239.8683
Yxy8.63720.24480.1345
Hunter Lab29.389144.0527-59.8585
CIE-Lab35.276253.4445-54.6751

#752dac color RGB value is (117,45,172).

#752dac hex color red value is 117, green value is 45 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #752dac hue: 0.76 , saturation: 0.59 and the lightness value of 752dac is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00101101 10101100
Octal 165 55 254
Decimal 117 45 172
Hex 75 2D AC

RGB Percentages of Color #752dac

%35.03
%13.47
%51.50

CMYK Percentages of Color #752dac

%32
%74
%0
%33

Triadic Colors of #752dac

#752dac #ac752d #2dac75

Analogous Colors of #752dac

#752dac #ac2da4 #362dac

Monochromatic Colors of #752dac

#752dac

Complementary Color

#752dac #64ac2d

#752dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#752dac Color CSS Codes

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

#752dac Text Font Color

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

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


#752dac Background Color

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

This div background color is #752dac


#752dac Border Color

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

This div border color is #752dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752dac


Comments

No comments written yet.

Please login to write comment.