Color Hex Logo

#75367c Color Hex

#75367C
(117,54,124)
0 Favorites   0 Comments

Color spaces of #75367c

RGB 11754124
HSL0.820.390.35
HSV294°56°49°
CMYK 0.060.560.00   0.51
XYZ12.29347.875519.9410
Yxy7.87550.30650.1963
Hunter Lab28.063329.0828-22.4855
CIE-Lab33.722238.5406-27.8495

#75367c color RGB value is (117,54,124).

#75367c hex color red value is 117, green value is 54 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #75367c hue: 0.82 , saturation: 0.39 and the lightness value of 75367c is 0.35.

The process color (four color CMYK) of #75367c color hex is 0.06, 0.56, 0.00, 0.51. Web safe color of #75367c is #663366. Color #75367c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00110110 01111100
Octal 165 66 174
Decimal 117 54 124
Hex 75 36 7C

RGB Percentages of Color #75367c

%39.66
%18.31
%42.03

CMYK Percentages of Color #75367c

%6
%56
%0
%51

Triadic Colors of #75367c

#75367c #7c7536 #367c75

Analogous Colors of #75367c

#75367c #7c3660 #52367c

Monochromatic Colors of #75367c

#75367c

Complementary Color

#75367c #3d7c36

#75367c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75367c Color Preview on White Background

Lorem ipsum dolor sit amet.

#75367c Color CSS Codes

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

#75367c Text Font Color

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

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


#75367c Background Color

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

This div background color is #75367c


#75367c Border Color

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

This div border color is #75367c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75367c


Comments

No comments written yet.

Please login to write comment.