Color Hex Logo

#75038a Color Hex

#75038A
(117,3,138)
0 Favorites   0 Comments

Color spaces of #75038a

RGB 1173138
HSL0.810.960.28
HSV291°98°54°
CMYK 0.150.980.00   0.46
XYZ11.95615.682024.5113
Yxy5.68200.28370.1348
Hunter Lab23.836947.8171-44.2815
CIE-Lab28.595658.3042-44.7760

#75038a color RGB value is (117,3,138).

#75038a hex color red value is 117, green value is 3 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #75038a hue: 0.81 , saturation: 0.96 and the lightness value of 75038a is 0.28.

The process color (four color CMYK) of #75038a color hex is 0.15, 0.98, 0.00, 0.46. Web safe color of #75038a is #660099. Color #75038a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000011 10001010
Octal 165 3 212
Decimal 117 3 138
Hex 75 3 8A

RGB Percentages of Color #75038a

%45.35
%1.16
%53.49

CMYK Percentages of Color #75038a

%15
%98
%0
%46

Triadic Colors of #75038a

#75038a #8a7503 #038a75

Analogous Colors of #75038a

#75038a #8a035b #32038a

Monochromatic Colors of #75038a

#75038a

Complementary Color

#75038a #188a03

#75038a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75038a Color Preview on White Background

Lorem ipsum dolor sit amet.

#75038a Color CSS Codes

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

#75038a Text Font Color

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

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


#75038a Background Color

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

This div background color is #75038a


#75038a Border Color

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

This div border color is #75038a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75038a


Comments

No comments written yet.

Please login to write comment.