Color Hex Logo

#75256d Color Hex

#75256D
(117,37,109)
0 Favorites   0 Comments

Color spaces of #75256d

RGB 11737109
HSL0.850.520.30
HSV306°68°46°
CMYK 0.000.680.07   0.54
XYZ10.75806.209215.0995
Yxy6.20920.33550.1936
Hunter Lab24.918333.4571-18.4846
CIE-Lab29.934243.8696-24.3246

#75256d color RGB value is (117,37,109).

#75256d hex color red value is 117, green value is 37 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #75256d hue: 0.85 , saturation: 0.52 and the lightness value of 75256d is 0.30.

The process color (four color CMYK) of #75256d color hex is 0.00, 0.68, 0.07, 0.54. Web safe color of #75256d is #663366. Color #75256d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100101 01101101
Octal 165 45 155
Decimal 117 37 109
Hex 75 25 6D

RGB Percentages of Color #75256d

%44.49
%14.07
%41.44

CMYK Percentages of Color #75256d

%0
%68
%7
%54

Triadic Colors of #75256d

#75256d #6d7525 #256d75

Analogous Colors of #75256d

#75256d #752545 #552575

Monochromatic Colors of #75256d

#75256d

Complementary Color

#75256d #25752d

#75256d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75256d Color Preview on White Background

Lorem ipsum dolor sit amet.

#75256d Color CSS Codes

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

#75256d Text Font Color

<p style="color:#75256d">Text here</p>

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


#75256d Background Color

<div style="background-color:#75256d">
Div content here</div>

This div background color is #75256d


#75256d Border Color

<div style="border:3px solid #75256d">
Div here</div>

This div border color is #75256d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,37,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75256d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75256d;
  -webkit-box-shadow: 1px 1px 3px 2px #75256d;
  box-shadow:         1px 1px 3px 2px #75256d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75256d


Comments

No comments written yet.

Please login to write comment.