Color Hex Logo

#750652 Color Hex

#750652
(117,6,82)
0 Favorites   0 Comments

Color spaces of #750652

RGB 117682
HSL0.890.900.24
HSV319°95°46°
CMYK 0.000.950.30   0.54
XYZ8.92424.52148.3850
Yxy4.52140.40880.2071
Hunter Lab21.263637.7041-8.4957
CIE-Lab25.325349.1290-13.8394

#750652 color RGB value is (117,6,82).

#750652 hex color red value is 117, green value is 6 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #750652 hue: 0.89 , saturation: 0.90 and the lightness value of 750652 is 0.24.

The process color (four color CMYK) of #750652 color hex is 0.00, 0.95, 0.30, 0.54. Web safe color of #750652 is #660066. Color #750652 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000110 01010010
Octal 165 6 122
Decimal 117 6 82
Hex 75 6 52

RGB Percentages of Color #750652

%57.07
%2.93
%40.00

CMYK Percentages of Color #750652

%0
%95
%30
%54

Triadic Colors of #750652

#750652 #527506 #065275

Analogous Colors of #750652

#750652 #75061b #600675

Monochromatic Colors of #750652

#750652

Complementary Color

#750652 #067529

#750652 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750652 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750652 Color CSS Codes

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

#750652 Text Font Color

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

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


#750652 Background Color

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

This div background color is #750652


#750652 Border Color

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

This div border color is #750652


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750652


Comments

No comments written yet.

Please login to write comment.