Color Hex Logo

#651fab Color Hex

#651FAB
(101,31,171)
0 Favorites   0 Comments

Color spaces of #651fab

RGB 10131171
HSL0.750.690.40
HSV270°82°67°
CMYK 0.410.820.00   0.33
XYZ13.20756.686939.1227
Yxy6.68690.22380.1133
Hunter Lab25.859045.9155-71.5998
CIE-Lab31.083256.0338-61.0067

#651fab color RGB value is (101,31,171).

#651fab hex color red value is 101, green value is 31 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #651fab hue: 0.75 , saturation: 0.69 and the lightness value of 651fab is 0.40.

The process color (four color CMYK) of #651fab color hex is 0.41, 0.82, 0.00, 0.33. Web safe color of #651fab is #663399. Color #651fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00011111 10101011
Octal 145 37 253
Decimal 101 31 171
Hex 65 1F AB

RGB Percentages of Color #651fab

%33.33
%10.23
%56.44

CMYK Percentages of Color #651fab

%41
%82
%0
%33

Triadic Colors of #651fab

#651fab #ab651f #1fab65

Analogous Colors of #651fab

#651fab #ab1fab #1f1fab

Monochromatic Colors of #651fab

#651fab

Complementary Color

#651fab #65ab1f

#651fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#651fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#651fab Color CSS Codes

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

#651fab Text Font Color

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

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


#651fab Background Color

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

This div background color is #651fab


#651fab Border Color

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

This div border color is #651fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #651fab


Comments

No comments written yet.

Please login to write comment.