Color Hex Logo

#750152 Color Hex

#750152
(117,1,82)
0 Favorites   0 Comments

Color spaces of #750152

RGB 117182
HSL0.880.980.23
HSV318°99°46°
CMYK 0.000.990.30   0.54
XYZ8.87004.41288.3669
Yxy4.41280.40970.2038
Hunter Lab21.006738.6094-8.9104
CIE-Lab24.991750.1057-14.3532

#750152 color RGB value is (117,1,82).

#750152 hex color red value is 117, green value is 1 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #750152 hue: 0.88 , saturation: 0.98 and the lightness value of 750152 is 0.23.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000001 01010010
Octal 165 1 122
Decimal 117 1 82
Hex 75 1 52

RGB Percentages of Color #750152

%58.50
%0.50
%41.00

CMYK Percentages of Color #750152

%0
%99
%30
%54

Triadic Colors of #750152

#750152 #527501 #015275

Analogous Colors of #750152

#750152 #750118 #5e0175

Monochromatic Colors of #750152

#750152

Complementary Color

#750152 #017524

#750152 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750152 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750152 Color CSS Codes

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

#750152 Text Font Color

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

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


#750152 Background Color

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

This div background color is #750152


#750152 Border Color

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

This div border color is #750152


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,1,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 #750152">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750152


Comments

No comments written yet.

Please login to write comment.