Color Hex Logo

#651965 Color Hex

#651965
(101,25,101)
0 Favorites   0 Comments

Color spaces of #651965

RGB 10125101
HSL0.830.600.25
HSV300°75°40°
CMYK 0.000.750.00   0.60
XYZ8.06344.401512.7365
Yxy4.40150.32000.1747
Hunter Lab20.979831.8905-21.3083
CIE-Lab24.956743.1625-27.1973

#651965 color RGB value is (101,25,101).

#651965 hex color red value is 101, green value is 25 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #651965 hue: 0.83 , saturation: 0.60 and the lightness value of 651965 is 0.25.

The process color (four color CMYK) of #651965 color hex is 0.00, 0.75, 0.00, 0.60. Web safe color of #651965 is #660066. Color #651965 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00011001 01100101
Octal 145 31 145
Decimal 101 25 101
Hex 65 19 65

RGB Percentages of Color #651965

%44.49
%11.01
%44.49

CMYK Percentages of Color #651965

%0
%75
%0
%60

Triadic Colors of #651965

#651965 #656519 #196565

Analogous Colors of #651965

#651965 #65193f #3f1965

Monochromatic Colors of #651965

#651965

Complementary Color

#651965 #196519

#651965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#651965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#651965 Color CSS Codes

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

#651965 Text Font Color

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

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


#651965 Background Color

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

This div background color is #651965


#651965 Border Color

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

This div border color is #651965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #651965


Comments

No comments written yet.

Please login to write comment.