Color Hex Logo

#65197f Color Hex

#65197F
(101,25,127)
0 Favorites   0 Comments

Color spaces of #65197f

RGB 10125127
HSL0.790.670.30
HSV285°80°50°
CMYK 0.200.800.00   0.50
XYZ9.54524.994320.5396
Yxy4.99430.27210.1424
Hunter Lab22.347937.1317-38.8489
CIE-Lab26.718548.2771-41.0502

#65197f color RGB value is (101,25,127).

#65197f hex color red value is 101, green value is 25 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #65197f hue: 0.79 , saturation: 0.67 and the lightness value of 65197f is 0.30.

The process color (four color CMYK) of #65197f color hex is 0.20, 0.80, 0.00, 0.50. Web safe color of #65197f is #660066. Color #65197f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00011001 01111111
Octal 145 31 177
Decimal 101 25 127
Hex 65 19 7F

RGB Percentages of Color #65197f

%39.92
%9.88
%50.20

CMYK Percentages of Color #65197f

%20
%80
%0
%50

Triadic Colors of #65197f

#65197f #7f6519 #197f65

Analogous Colors of #65197f

#65197f #7f1966 #32197f

Monochromatic Colors of #65197f

#65197f

Complementary Color

#65197f #337f19

#65197f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65197f Color Preview on White Background

Lorem ipsum dolor sit amet.

#65197f Color CSS Codes

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

#65197f Text Font Color

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

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


#65197f Background Color

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

This div background color is #65197f


#65197f Border Color

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

This div border color is #65197f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,25,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #65197f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #65197f;
  -webkit-box-shadow: 1px 1px 3px 2px #65197f;
  box-shadow:         1px 1px 3px 2px #65197f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65197f


Comments

No comments written yet.

Please login to write comment.