Color Hex Logo

#752a94 Color Hex

#752A94
(117,42,148)
0 Favorites   0 Comments

Color spaces of #752a94

RGB 11742148
HSL0.780.560.37
HSV282°72°58°
CMYK 0.210.720.00   0.42
XYZ13.50947.576028.7673
Yxy7.57600.27100.1520
Hunter Lab27.524539.4422-42.6998
CIE-Lab33.083849.3691-43.7072

#752a94 color RGB value is (117,42,148).

#752a94 hex color red value is 117, green value is 42 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #752a94 hue: 0.78 , saturation: 0.56 and the lightness value of 752a94 is 0.37.

The process color (four color CMYK) of #752a94 color hex is 0.21, 0.72, 0.00, 0.42. Web safe color of #752a94 is #663399. Color #752a94 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00101010 10010100
Octal 165 52 224
Decimal 117 42 148
Hex 75 2A 94

RGB Percentages of Color #752a94

%38.11
%13.68
%48.21

CMYK Percentages of Color #752a94

%21
%72
%0
%42

Triadic Colors of #752a94

#752a94 #94752a #2a9475

Analogous Colors of #752a94

#752a94 #942a7e #402a94

Monochromatic Colors of #752a94

#752a94

Complementary Color

#752a94 #49942a

#752a94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752a94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#752a94 Color CSS Codes

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

#752a94 Text Font Color

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

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


#752a94 Background Color

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

This div background color is #752a94


#752a94 Border Color

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

This div border color is #752a94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752a94


Comments

No comments written yet.

Please login to write comment.