Color Hex Logo

#75256c Color Hex

#75256C
(117,37,108)
0 Favorites   0 Comments

Color spaces of #75256c

RGB 11737108
HSL0.850.520.30
HSV307°68°46°
CMYK 0.000.680.08   0.54
XYZ10.70456.187814.8175
Yxy6.18780.33760.1951
Hunter Lab24.875333.2816-17.9047
CIE-Lab29.881443.6958-23.7672

#75256c color RGB value is (117,37,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100101 01101100
Octal 165 45 154
Decimal 117 37 108
Hex 75 25 6C

RGB Percentages of Color #75256c

%44.66
%14.12
%41.22

CMYK Percentages of Color #75256c

%0
%68
%8
%54

Triadic Colors of #75256c

#75256c #6c7525 #256c75

Analogous Colors of #75256c

#75256c #752544 #562575

Monochromatic Colors of #75256c

#75256c

Complementary Color

#75256c #25752e

#75256c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75256c Color Preview on White Background

Lorem ipsum dolor sit amet.

#75256c Color CSS Codes

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

#75256c Text Font Color

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

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


#75256c Background Color

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

This div background color is #75256c


#75256c Border Color

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

This div border color is #75256c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75256c


Comments

No comments written yet.

Please login to write comment.