Color Hex Logo

#750a95 Color Hex

#750A95
(117,10,149)
0 Favorites   0 Comments

Color spaces of #750a95

RGB 11710149
HSL0.790.870.31
HSV286°93°58°
CMYK 0.210.930.00   0.42
XYZ12.86956.168928.9462
Yxy6.16890.26820.1286
Hunter Lab24.837349.0250-51.7125
CIE-Lab29.834659.1872-49.5746

#750a95 color RGB value is (117,10,149).

#750a95 hex color red value is 117, green value is 10 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #750a95 hue: 0.79 , saturation: 0.87 and the lightness value of 750a95 is 0.31.

The process color (four color CMYK) of #750a95 color hex is 0.21, 0.93, 0.00, 0.42. Web safe color of #750a95 is #660099. Color #750a95 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00001010 10010101
Octal 165 12 225
Decimal 117 10 149
Hex 75 A 95

RGB Percentages of Color #750a95

%42.39
%3.62
%53.99

CMYK Percentages of Color #750a95

%21
%93
%0
%42

Triadic Colors of #750a95

#750a95 #95750a #0a9575

Analogous Colors of #750a95

#750a95 #950a70 #2f0a95

Monochromatic Colors of #750a95

#750a95

Complementary Color

#750a95 #2a950a

#750a95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750a95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750a95 Color CSS Codes

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

#750a95 Text Font Color

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

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


#750a95 Background Color

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

This div background color is #750a95


#750a95 Border Color

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

This div border color is #750a95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750a95


Comments

No comments written yet.

Please login to write comment.