Color Hex Logo

#65117c Color Hex

#65117C
(101,17,124)
0 Favorites   0 Comments

Color spaces of #65117c

RGB 10117124
HSL0.800.760.28
HSV287°86°49°
CMYK 0.190.860.00   0.51
XYZ9.20544.622819.4759
Yxy4.62280.27640.1388
Hunter Lab21.500738.7975-38.6560
CIE-Lab25.631950.1695-40.9084

#65117c color RGB value is (101,17,124).

#65117c hex color red value is 101, green value is 17 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #65117c hue: 0.80 , saturation: 0.76 and the lightness value of 65117c is 0.28.

The process color (four color CMYK) of #65117c color hex is 0.19, 0.86, 0.00, 0.51. Web safe color of #65117c is #660066. Color #65117c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00010001 01111100
Octal 145 21 174
Decimal 101 17 124
Hex 65 11 7C

RGB Percentages of Color #65117c

%41.74
%7.02
%51.24

CMYK Percentages of Color #65117c

%19
%86
%0
%51

Triadic Colors of #65117c

#65117c #7c6511 #117c65

Analogous Colors of #65117c

#65117c #7c115e #2f117c

Monochromatic Colors of #65117c

#65117c

Complementary Color

#65117c #287c11

#65117c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65117c Color Preview on White Background

Lorem ipsum dolor sit amet.

#65117c Color CSS Codes

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

#65117c Text Font Color

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

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


#65117c Background Color

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

This div background color is #65117c


#65117c Border Color

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

This div border color is #65117c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,17,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 #65117c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65117c


Comments

No comments written yet.

Please login to write comment.