Color Hex Logo

#651abc Color Hex

#651ABC
(101,26,188)
0 Favorites   0 Comments

Color spaces of #651abc

RGB 10126188
HSL0.740.760.42
HSV268°86°74°
CMYK 0.460.860.00   0.26
XYZ14.81337.136348.1737
Yxy7.13630.21120.1018
Hunter Lab26.713952.2321-88.2193
CIE-Lab32.115261.6826-69.4410

#651abc color RGB value is (101,26,188).

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

The process color (four color CMYK) of #651abc color hex is 0.46, 0.86, 0.00, 0.26. Web safe color of #651abc is #6633cc. Color #651abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00011010 10111100
Octal 145 32 274
Decimal 101 26 188
Hex 65 1A BC

RGB Percentages of Color #651abc

%32.06
%8.25
%59.68

CMYK Percentages of Color #651abc

%46
%86
%0
%26

Triadic Colors of #651abc

#651abc #bc651a #1abc65

Analogous Colors of #651abc

#651abc #b61abc #1a20bc

Monochromatic Colors of #651abc

#651abc

Complementary Color

#651abc #71bc1a

#651abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#651abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#651abc Color CSS Codes

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

#651abc Text Font Color

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

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


#651abc Background Color

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

This div background color is #651abc


#651abc Border Color

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

This div border color is #651abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #651abc


Comments

No comments written yet.

Please login to write comment.