Color Hex Logo

#752faf Color Hex

#752FAF
(117,47,175)
0 Favorites   0 Comments

Color spaces of #752faf

RGB 11747175
HSL0.760.580.44
HSV273°73°69°
CMYK 0.330.730.00   0.31
XYZ16.09058.910141.4292
Yxy8.91010.24220.1341
Hunter Lab29.849843.9831-61.3951
CIE-Lab35.810653.2751-55.5971

#752faf color RGB value is (117,47,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00101111 10101111
Octal 165 57 257
Decimal 117 47 175
Hex 75 2F AF

RGB Percentages of Color #752faf

%34.51
%13.86
%51.62

CMYK Percentages of Color #752faf

%33
%73
%0
%31

Triadic Colors of #752faf

#752faf #af752f #2faf75

Analogous Colors of #752faf

#752faf #af2fa9 #352faf

Monochromatic Colors of #752faf

#752faf

Complementary Color

#752faf #69af2f

#752faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#752faf Color CSS Codes

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

#752faf Text Font Color

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

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


#752faf Background Color

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

This div background color is #752faf


#752faf Border Color

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

This div border color is #752faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752faf


Comments

No comments written yet.

Please login to write comment.