Color Hex Logo

#752658 Color Hex

#752658
(117,38,88)
0 Favorites   0 Comments

Color spaces of #752658

RGB 1173888
HSL0.890.510.30
HSV322°68°46°
CMYK 0.000.680.25   0.54
XYZ9.79075.87279.8500
Yxy5.87270.38370.2302
Hunter Lab24.233729.7073-7.1354
CIE-Lab29.089040.0351-12.0422

#752658 color RGB value is (117,38,88).

#752658 hex color red value is 117, green value is 38 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #752658 hue: 0.89 , saturation: 0.51 and the lightness value of 752658 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100110 01011000
Octal 165 46 130
Decimal 117 38 88
Hex 75 26 58

RGB Percentages of Color #752658

%48.15
%15.64
%36.21

CMYK Percentages of Color #752658

%0
%68
%25
%54

Triadic Colors of #752658

#752658 #587526 #265875

Analogous Colors of #752658

#752658 #752631 #6b2675

Monochromatic Colors of #752658

#752658

Complementary Color

#752658 #267543

#752658 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752658 Color Preview on White Background

Lorem ipsum dolor sit amet.

#752658 Color CSS Codes

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

#752658 Text Font Color

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

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


#752658 Background Color

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

This div background color is #752658


#752658 Border Color

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

This div border color is #752658


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,38,88, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #752658; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #752658;
  -webkit-box-shadow: 1px 1px 3px 2px #752658;
  box-shadow:         1px 1px 3px 2px #752658; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752658


Comments

No comments written yet.

Please login to write comment.