Color Hex Logo

#75048a Color Hex

#75048A
(117,4,138)
0 Favorites   0 Comments

Color spaces of #75048a

RGB 1174138
HSL0.810.940.28
HSV291°97°54°
CMYK 0.150.970.00   0.46
XYZ11.96705.703724.5150
Yxy5.70370.28370.1352
Hunter Lab23.882447.6485-44.1427
CIE-Lab28.652358.1359-44.6844

#75048a color RGB value is (117,4,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000100 10001010
Octal 165 4 212
Decimal 117 4 138
Hex 75 4 8A

RGB Percentages of Color #75048a

%45.17
%1.54
%53.28

CMYK Percentages of Color #75048a

%15
%97
%0
%46

Triadic Colors of #75048a

#75048a #8a7504 #048a75

Analogous Colors of #75048a

#75048a #8a045c #32048a

Monochromatic Colors of #75048a

#75048a

Complementary Color

#75048a #198a04

#75048a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75048a Color Preview on White Background

Lorem ipsum dolor sit amet.

#75048a Color CSS Codes

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

#75048a Text Font Color

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

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


#75048a Background Color

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

This div background color is #75048a


#75048a Border Color

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

This div border color is #75048a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,4,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 #75048a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75048a


Comments

No comments written yet.

Please login to write comment.