Color Hex Logo

#750062 Color Hex

#750062
(117,0,98)
2 Favorites   0 Comments

Color spaces of #750062

RGB 117098
HSL0.861.000.23
HSV310°100°46°
CMYK 0.001.000.16   0.54
XYZ9.54074.663711.9526
Yxy4.66370.36470.1783
Hunter Lab21.595641.0670-17.6985
CIE-Lab25.754352.3965-23.7727

#750062 color RGB value is (117,0,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000000 01100010
Octal 165 0 142
Decimal 117 0 98
Hex 75 0 62

RGB Percentages of Color #750062

%54.42
%0.00
%45.58

CMYK Percentages of Color #750062

%0
%100
%16
%54

Triadic Colors of #750062

#750062 #627500 #006275

Analogous Colors of #750062

#750062 #750028 #4e0075

Monochromatic Colors of #750062

#750062

Complementary Color

#750062 #007513

#750062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750062 Color CSS Codes

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

#750062 Text Font Color

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

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


#750062 Background Color

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

This div background color is #750062


#750062 Border Color

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

This div border color is #750062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750062

#750062 Color Palettes


Comments

No comments written yet.

Please login to write comment.