Color Hex Logo

#75196a Color Hex

#75196A
(117,25,106)
0 Favorites   0 Comments

Color spaces of #75196a

RGB 11725106
HSL0.850.650.28
HSV307°79°46°
CMYK 0.000.790.09   0.54
XYZ10.28535.517814.1586
Yxy5.51780.34330.1842
Hunter Lab23.490037.0503-19.2941
CIE-Lab28.161847.9139-25.1840

#75196a color RGB value is (117,25,106).

#75196a hex color red value is 117, green value is 25 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #75196a hue: 0.85 , saturation: 0.65 and the lightness value of 75196a is 0.28.

The process color (four color CMYK) of #75196a color hex is 0.00, 0.79, 0.09, 0.54. Web safe color of #75196a is #660066. Color #75196a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00011001 01101010
Octal 165 31 152
Decimal 117 25 106
Hex 75 19 6A

RGB Percentages of Color #75196a

%47.18
%10.08
%42.74

CMYK Percentages of Color #75196a

%0
%79
%9
%54

Triadic Colors of #75196a

#75196a #6a7519 #196a75

Analogous Colors of #75196a

#75196a #75193c #521975

Monochromatic Colors of #75196a

#75196a

Complementary Color

#75196a #197524

#75196a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75196a Color Preview on White Background

Lorem ipsum dolor sit amet.

#75196a Color CSS Codes

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

#75196a Text Font Color

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

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


#75196a Background Color

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

This div background color is #75196a


#75196a Border Color

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

This div border color is #75196a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75196a


Comments

No comments written yet.

Please login to write comment.