Color Hex Logo

#651374 Color Hex

#651374
(101,19,116)
0 Favorites   0 Comments

Color spaces of #651374

RGB 10119116
HSL0.810.720.26
HSV291°84°45°
CMYK 0.130.840.00   0.55
XYZ8.75214.493416.9290
Yxy4.49340.29000.1489
Hunter Lab21.197636.6034-32.5122
CIE-Lab25.239848.0271-36.4411

#651374 color RGB value is (101,19,116).

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

The process color (four color CMYK) of #651374 color hex is 0.13, 0.84, 0.00, 0.55. Web safe color of #651374 is #660066. Color #651374 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00010011 01110100
Octal 145 23 164
Decimal 101 19 116
Hex 65 13 74

RGB Percentages of Color #651374

%42.80
%8.05
%49.15

CMYK Percentages of Color #651374

%13
%84
%0
%55

Triadic Colors of #651374

#651374 #746513 #137465

Analogous Colors of #651374

#651374 #741353 #341374

Monochromatic Colors of #651374

#651374

Complementary Color

#651374 #227413

#651374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#651374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#651374 Color CSS Codes

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

#651374 Text Font Color

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

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


#651374 Background Color

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

This div background color is #651374


#651374 Border Color

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

This div border color is #651374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #651374


Comments

No comments written yet.

Please login to write comment.