Color Hex Logo

#752caf Color Hex

#752CAF
(117,44,175)
0 Favorites   0 Comments

Color spaces of #752caf

RGB 11744175
HSL0.760.600.43
HSV273°75°69°
CMYK 0.330.750.00   0.31
XYZ15.97478.678441.3906
Yxy8.67840.24190.1314
Hunter Lab29.459145.2411-62.6821
CIE-Lab35.357654.5627-56.3332

#752caf color RGB value is (117,44,175).

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

The process color (four color CMYK) of #752caf color hex is 0.33, 0.75, 0.00, 0.31. Web safe color of #752caf is #663399. Color #752caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00101100 10101111
Octal 165 54 257
Decimal 117 44 175
Hex 75 2C AF

RGB Percentages of Color #752caf

%34.82
%13.10
%52.08

CMYK Percentages of Color #752caf

%33
%75
%0
%31

Triadic Colors of #752caf

#752caf #af752c #2caf75

Analogous Colors of #752caf

#752caf #af2ca8 #342caf

Monochromatic Colors of #752caf

#752caf

Complementary Color

#752caf #66af2c

#752caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#752caf Color CSS Codes

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

#752caf Text Font Color

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

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


#752caf Background Color

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

This div background color is #752caf


#752caf Border Color

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

This div border color is #752caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752caf


Comments

No comments written yet.

Please login to write comment.