Color Hex Logo

#75305b Color Hex

#75305B
(117,48,91)
0 Favorites   0 Comments

Color spaces of #75305b

RGB 1174891
HSL0.900.420.32
HSV323°59°46°
CMYK 0.000.590.22   0.54
XYZ10.28146.651110.6394
Yxy6.65110.37290.2412
Hunter Lab25.789726.0293-6.4069
CIE-Lab30.999135.6542-11.0861

#75305b color RGB value is (117,48,91).

#75305b hex color red value is 117, green value is 48 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #75305b hue: 0.90 , saturation: 0.42 and the lightness value of 75305b is 0.32.

The process color (four color CMYK) of #75305b color hex is 0.00, 0.59, 0.22, 0.54. Web safe color of #75305b is #663366. Color #75305b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00110000 01011011
Octal 165 60 133
Decimal 117 48 91
Hex 75 30 5B

RGB Percentages of Color #75305b

%45.70
%18.75
%35.55

CMYK Percentages of Color #75305b

%0
%59
%22
%54

Triadic Colors of #75305b

#75305b #5b7530 #305b75

Analogous Colors of #75305b

#75305b #753039 #6d3075

Monochromatic Colors of #75305b

#75305b

Complementary Color

#75305b #30754a

#75305b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75305b Color Preview on White Background

Lorem ipsum dolor sit amet.

#75305b Color CSS Codes

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

#75305b Text Font Color

<p style="color:#75305b">Text here</p>

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


#75305b Background Color

<div style="background-color:#75305b">
Div content here</div>

This div background color is #75305b


#75305b Border Color

<div style="border:3px solid #75305b">
Div here</div>

This div border color is #75305b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,48,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75305b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75305b;
  -webkit-box-shadow: 1px 1px 3px 2px #75305b;
  box-shadow:         1px 1px 3px 2px #75305b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75305b


Comments

No comments written yet.

Please login to write comment.