Color Hex Logo

#65117d Color Hex

#65117D
(101,17,125)
0 Favorites   0 Comments

Color spaces of #65117d

RGB 10117125
HSL0.800.760.28
HSV287°86°49°
CMYK 0.190.860.00   0.51
XYZ9.26894.648319.8107
Yxy4.64830.27480.1378
Hunter Lab21.559939.0097-39.3877
CIE-Lab25.708350.3669-41.4187

#65117d color RGB value is (101,17,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00010001 01111101
Octal 145 21 175
Decimal 101 17 125
Hex 65 11 7D

RGB Percentages of Color #65117d

%41.56
%7.00
%51.44

CMYK Percentages of Color #65117d

%19
%86
%0
%51

Triadic Colors of #65117d

#65117d #7d6511 #117d65

Analogous Colors of #65117d

#65117d #7d115f #2f117d

Monochromatic Colors of #65117d

#65117d

Complementary Color

#65117d #297d11

#65117d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65117d Color Preview on White Background

Lorem ipsum dolor sit amet.

#65117d Color CSS Codes

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

#65117d Text Font Color

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

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


#65117d Background Color

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

This div background color is #65117d


#65117d Border Color

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

This div border color is #65117d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,17,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65117d

#65117d Color Palettes


Comments

No comments written yet.

Please login to write comment.