Color Hex Logo

#651377 Color Hex

#651377
(101,19,119)
0 Favorites   0 Comments

Color spaces of #651377

RGB 10119119
HSL0.800.720.27
HSV289°84°47°
CMYK 0.150.840.00   0.53
XYZ8.92954.564417.8631
Yxy4.56440.28480.1456
Hunter Lab21.364537.2182-34.6180
CIE-Lab25.455948.6110-38.0113

#651377 color RGB value is (101,19,119).

#651377 hex color red value is 101, green value is 19 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #651377 hue: 0.80 , saturation: 0.72 and the lightness value of 651377 is 0.27.

The process color (four color CMYK) of #651377 color hex is 0.15, 0.84, 0.00, 0.53. Web safe color of #651377 is #660066. Color #651377 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00010011 01110111
Octal 145 23 167
Decimal 101 19 119
Hex 65 13 77

RGB Percentages of Color #651377

%42.26
%7.95
%49.79

CMYK Percentages of Color #651377

%15
%84
%0
%53

Triadic Colors of #651377

#651377 #776513 #137765

Analogous Colors of #651377

#651377 #771357 #331377

Monochromatic Colors of #651377

#651377

Complementary Color

#651377 #257713

#651377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#651377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#651377 Color CSS Codes

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

#651377 Text Font Color

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

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


#651377 Background Color

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

This div background color is #651377


#651377 Border Color

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

This div border color is #651377


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #651377


Comments

No comments written yet.

Please login to write comment.