Color Hex Logo

#75215b Color Hex

#75215B
(117,33,91)
0 Favorites   0 Comments

Color spaces of #75215b

RGB 1173391
HSL0.880.560.29
HSV319°72°46°
CMYK 0.000.720.22   0.54
XYZ9.76835.625010.4684
Yxy5.62500.37770.2175
Hunter Lab23.717132.0135-9.5678
CIE-Lab28.445942.6280-14.9918

#75215b color RGB value is (117,33,91).

#75215b hex color red value is 117, green value is 33 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #75215b hue: 0.88 , saturation: 0.56 and the lightness value of 75215b is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100001 01011011
Octal 165 41 133
Decimal 117 33 91
Hex 75 21 5B

RGB Percentages of Color #75215b

%48.55
%13.69
%37.76

CMYK Percentages of Color #75215b

%0
%72
%22
%54

Triadic Colors of #75215b

#75215b #5b7521 #215b75

Analogous Colors of #75215b

#75215b #752131 #652175

Monochromatic Colors of #75215b

#75215b

Complementary Color

#75215b #21753b

#75215b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75215b Color Preview on White Background

Lorem ipsum dolor sit amet.

#75215b Color CSS Codes

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

#75215b Text Font Color

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

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


#75215b Background Color

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

This div background color is #75215b


#75215b Border Color

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

This div border color is #75215b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75215b


Comments

No comments written yet.

Please login to write comment.