Color Hex Logo

#752366 Color Hex

#752366
(117,35,102)
0 Favorites   0 Comments

Color spaces of #752366

RGB 11735102
HSL0.860.540.30
HSV311°70°46°
CMYK 0.000.700.13   0.54
XYZ10.33545.943313.1728
Yxy5.94330.35090.2018
Hunter Lab24.378933.0118-14.9713
CIE-Lab29.269043.5278-20.8667

#752366 color RGB value is (117,35,102).

#752366 hex color red value is 117, green value is 35 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #752366 hue: 0.86 , saturation: 0.54 and the lightness value of 752366 is 0.30.

The process color (four color CMYK) of #752366 color hex is 0.00, 0.70, 0.13, 0.54. Web safe color of #752366 is #663366. Color #752366 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100011 01100110
Octal 165 43 146
Decimal 117 35 102
Hex 75 23 66

RGB Percentages of Color #752366

%46.06
%13.78
%40.16

CMYK Percentages of Color #752366

%0
%70
%13
%54

Triadic Colors of #752366

#752366 #667523 #236675

Analogous Colors of #752366

#752366 #75233d #5b2375

Monochromatic Colors of #752366

#752366

Complementary Color

#752366 #237532

#752366 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752366 Color Preview on White Background

Lorem ipsum dolor sit amet.

#752366 Color CSS Codes

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

#752366 Text Font Color

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

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


#752366 Background Color

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

This div background color is #752366


#752366 Border Color

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

This div border color is #752366


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752366


Comments

No comments written yet.

Please login to write comment.