Color Hex Logo

#752db4 Color Hex

#752DB4
(117,45,180)
0 Favorites   0 Comments

Color spaces of #752db4

RGB 11745180
HSL0.760.600.44
HSV272°75°71°
CMYK 0.350.750.00   0.29
XYZ16.51278.954044.0380
Yxy8.95400.23760.1288
Hunter Lab29.923246.1370-66.3108
CIE-Lab35.895655.3073-58.4309

#752db4 color RGB value is (117,45,180).

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

The process color (four color CMYK) of #752db4 color hex is 0.35, 0.75, 0.00, 0.29. Web safe color of #752db4 is #6633cc. Color #752db4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00101101 10110100
Octal 165 55 264
Decimal 117 45 180
Hex 75 2D B4

RGB Percentages of Color #752db4

%34.21
%13.16
%52.63

CMYK Percentages of Color #752db4

%35
%75
%0
%29

Triadic Colors of #752db4

#752db4 #b4752d #2db475

Analogous Colors of #752db4

#752db4 #b42db0 #322db4

Monochromatic Colors of #752db4

#752db4

Complementary Color

#752db4 #6cb42d

#752db4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752db4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#752db4 Color CSS Codes

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

#752db4 Text Font Color

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

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


#752db4 Background Color

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

This div background color is #752db4


#752db4 Border Color

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

This div border color is #752db4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752db4


Comments

No comments written yet.

Please login to write comment.