Color Hex Logo

#750052 Color Hex

#750052
(117,0,82)
0 Favorites   0 Comments

Color spaces of #750052

RGB 117082
HSL0.881.000.23
HSV318°100°46°
CMYK 0.001.000.30   0.54
XYZ8.85914.39118.3633
Yxy4.39110.40990.2032
Hunter Lab20.955038.7931-8.9947
CIE-Lab24.924450.3028-14.4570

#750052 color RGB value is (117,0,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000000 01010010
Octal 165 0 122
Decimal 117 0 82
Hex 75 0 52

RGB Percentages of Color #750052

%58.79
%0.00
%41.21

CMYK Percentages of Color #750052

%0
%100
%30
%54

Triadic Colors of #750052

#750052 #527500 #005275

Analogous Colors of #750052

#750052 #750017 #5e0075

Monochromatic Colors of #750052

#750052

Complementary Color

#750052 #007523

#750052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750052 Color CSS Codes

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

#750052 Text Font Color

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

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


#750052 Background Color

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

This div background color is #750052


#750052 Border Color

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

This div border color is #750052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750052


Comments

No comments written yet.

Please login to write comment.