Color Hex Logo

#651091 Color Hex

#651091
(101,16,145)
0 Favorites   0 Comments

Color spaces of #651091

RGB 10116145
HSL0.780.800.32
HSV280°89°57°
CMYK 0.300.890.00   0.43
XYZ10.66305.181627.2262
Yxy5.18160.24760.1203
Hunter Lab22.763143.7798-54.9806
CIE-Lab27.246054.7428-51.4384

#651091 color RGB value is (101,16,145).

#651091 hex color red value is 101, green value is 16 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #651091 hue: 0.78 , saturation: 0.80 and the lightness value of 651091 is 0.32.

The process color (four color CMYK) of #651091 color hex is 0.30, 0.89, 0.00, 0.43. Web safe color of #651091 is #660099. Color #651091 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00010000 10010001
Octal 145 20 221
Decimal 101 16 145
Hex 65 10 91

RGB Percentages of Color #651091

%38.55
%6.11
%55.34

CMYK Percentages of Color #651091

%30
%89
%0
%43

Triadic Colors of #651091

#651091 #916510 #109165

Analogous Colors of #651091

#651091 #91107d #241091

Monochromatic Colors of #651091

#651091

Complementary Color

#651091 #3c9110

#651091 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#651091 Color Preview on White Background

Lorem ipsum dolor sit amet.

#651091 Color CSS Codes

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

#651091 Text Font Color

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

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


#651091 Background Color

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

This div background color is #651091


#651091 Border Color

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

This div border color is #651091


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #651091


Comments

No comments written yet.

Please login to write comment.