Color Hex Logo

#752092 Color Hex

#752092
(117,32,146)
0 Favorites   0 Comments

Color spaces of #752092

RGB 11732146
HSL0.790.640.35
HSV285°78°57°
CMYK 0.200.780.00   0.43
XYZ13.04096.890327.8367
Yxy6.89030.27300.1442
Hunter Lab26.249442.7438-44.5007
CIE-Lab31.555952.9030-44.9425

#752092 color RGB value is (117,32,146).

#752092 hex color red value is 117, green value is 32 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #752092 hue: 0.79 , saturation: 0.64 and the lightness value of 752092 is 0.35.

The process color (four color CMYK) of #752092 color hex is 0.20, 0.78, 0.00, 0.43. Web safe color of #752092 is #663399. Color #752092 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100000 10010010
Octal 165 40 222
Decimal 117 32 146
Hex 75 20 92

RGB Percentages of Color #752092

%39.66
%10.85
%49.49

CMYK Percentages of Color #752092

%20
%78
%0
%43

Triadic Colors of #752092

#752092 #927520 #209275

Analogous Colors of #752092

#752092 #922076 #3c2092

Monochromatic Colors of #752092

#752092

Complementary Color

#752092 #3d9220

#752092 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752092 Color Preview on White Background

Lorem ipsum dolor sit amet.

#752092 Color CSS Codes

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

#752092 Text Font Color

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

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


#752092 Background Color

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

This div background color is #752092


#752092 Border Color

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

This div border color is #752092


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,32,146, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #752092; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #752092;
  -webkit-box-shadow: 1px 1px 3px 2px #752092;
  box-shadow:         1px 1px 3px 2px #752092; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752092

#752092 Color Palettes


Comments

No comments written yet.

Please login to write comment.