Color Hex Logo

#752daf Color Hex

#752DAF
(117,45,175)
0 Favorites   0 Comments

Color spaces of #752daf

RGB 11745175
HSL0.760.590.43
HSV273°74°69°
CMYK 0.330.740.00   0.31
XYZ16.01248.753841.4032
Yxy8.75380.24200.1323
Hunter Lab29.586844.8273-62.2585
CIE-Lab35.505954.1404-56.0922

#752daf color RGB value is (117,45,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00101101 10101111
Octal 165 55 257
Decimal 117 45 175
Hex 75 2D AF

RGB Percentages of Color #752daf

%34.72
%13.35
%51.93

CMYK Percentages of Color #752daf

%33
%74
%0
%31

Triadic Colors of #752daf

#752daf #af752d #2daf75

Analogous Colors of #752daf

#752daf #af2da8 #342daf

Monochromatic Colors of #752daf

#752daf

Complementary Color

#752daf #67af2d

#752daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#752daf Color CSS Codes

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

#752daf Text Font Color

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

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


#752daf Background Color

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

This div background color is #752daf


#752daf Border Color

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

This div border color is #752daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752daf


Comments

No comments written yet.

Please login to write comment.