Color Hex Logo

#750ab3 Color Hex

#750AB3
(117,10,179)
0 Favorites   0 Comments

Color spaces of #750ab3

RGB 11710179
HSL0.770.890.37
HSV278°94°70°
CMYK 0.350.940.00   0.30
XYZ15.58137.253743.2267
Yxy7.25370.23590.1098
Hunter Lab26.932756.1349-76.3070
CIE-Lab32.377665.1234-63.5824

#750ab3 color RGB value is (117,10,179).

#750ab3 hex color red value is 117, green value is 10 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #750ab3 hue: 0.77 , saturation: 0.89 and the lightness value of 750ab3 is 0.37.

The process color (four color CMYK) of #750ab3 color hex is 0.35, 0.94, 0.00, 0.30. Web safe color of #750ab3 is #6600cc. Color #750ab3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00001010 10110011
Octal 165 12 263
Decimal 117 10 179
Hex 75 A B3

RGB Percentages of Color #750ab3

%38.24
%3.27
%58.50

CMYK Percentages of Color #750ab3

%35
%94
%0
%30

Triadic Colors of #750ab3

#750ab3 #b3750a #0ab375

Analogous Colors of #750ab3

#750ab3 #b30a9d #200ab3

Monochromatic Colors of #750ab3

#750ab3

Complementary Color

#750ab3 #48b30a

#750ab3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750ab3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750ab3 Color CSS Codes

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

#750ab3 Text Font Color

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

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


#750ab3 Background Color

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

This div background color is #750ab3


#750ab3 Border Color

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

This div border color is #750ab3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750ab3


Comments

No comments written yet.

Please login to write comment.