Color Hex Logo

#651acb Color Hex

#651ACB
(101,26,203)
0 Favorites   0 Comments

Color spaces of #651acb

RGB 10126203
HSL0.740.770.45
HSV265°87°80°
CMYK 0.500.870.00   0.20
XYZ16.51577.817357.1383
Yxy7.81730.20270.0960
Hunter Lab27.959456.5113-101.5943
CIE-Lab33.599565.2212-75.8028

#651acb color RGB value is (101,26,203).

#651acb hex color red value is 101, green value is 26 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #651acb hue: 0.74 , saturation: 0.77 and the lightness value of 651acb is 0.45.

The process color (four color CMYK) of #651acb color hex is 0.50, 0.87, 0.00, 0.20. Web safe color of #651acb is #6633cc. Color #651acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00011010 11001011
Octal 145 32 313
Decimal 101 26 203
Hex 65 1A CB

RGB Percentages of Color #651acb

%30.61
%7.88
%61.52

CMYK Percentages of Color #651acb

%50
%87
%0
%20

Triadic Colors of #651acb

#651acb #cb651a #1acb65

Analogous Colors of #651acb

#651acb #be1acb #1a28cb

Monochromatic Colors of #651acb

#651acb

Complementary Color

#651acb #80cb1a

#651acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#651acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#651acb Color CSS Codes

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

#651acb Text Font Color

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

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


#651acb Background Color

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

This div background color is #651acb


#651acb Border Color

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

This div border color is #651acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #651acb


Comments

No comments written yet.

Please login to write comment.