Color Hex Logo

#75295a Color Hex

#75295A
(117,41,90)
0 Favorites   0 Comments

Color spaces of #75295a

RGB 1174190
HSL0.890.480.31
HSV321°65°46°
CMYK 0.000.650.23   0.54
XYZ9.97456.106010.3257
Yxy6.10600.37770.2312
Hunter Lab24.710328.8098-7.4783
CIE-Lab29.678338.9525-12.4488

#75295a color RGB value is (117,41,90).

#75295a hex color red value is 117, green value is 41 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #75295a hue: 0.89 , saturation: 0.48 and the lightness value of 75295a is 0.31.

The process color (four color CMYK) of #75295a color hex is 0.00, 0.65, 0.23, 0.54. Web safe color of #75295a is #663366. Color #75295a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00101001 01011010
Octal 165 51 132
Decimal 117 41 90
Hex 75 29 5A

RGB Percentages of Color #75295a

%47.18
%16.53
%36.29

CMYK Percentages of Color #75295a

%0
%65
%23
%54

Triadic Colors of #75295a

#75295a #5a7529 #295a75

Analogous Colors of #75295a

#75295a #752934 #6a2975

Monochromatic Colors of #75295a

#75295a

Complementary Color

#75295a #297544

#75295a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75295a Color Preview on White Background

Lorem ipsum dolor sit amet.

#75295a Color CSS Codes

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

#75295a Text Font Color

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

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


#75295a Background Color

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

This div background color is #75295a


#75295a Border Color

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

This div border color is #75295a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75295a


Comments

No comments written yet.

Please login to write comment.