Color Hex Logo

#651aac Color Hex

#651AAC
(101,26,172)
0 Favorites   0 Comments

Color spaces of #651aac

RGB 10126172
HSL0.750.740.39
HSV271°85°67°
CMYK 0.410.850.00   0.33
XYZ13.18266.484039.5865
Yxy6.48400.22250.1094
Hunter Lab25.463747.8483-74.3491
CIE-Lab30.602157.9447-62.3959

#651aac color RGB value is (101,26,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00011010 10101100
Octal 145 32 254
Decimal 101 26 172
Hex 65 1A AC

RGB Percentages of Color #651aac

%33.78
%8.70
%57.53

CMYK Percentages of Color #651aac

%41
%85
%0
%33

Triadic Colors of #651aac

#651aac #ac651a #1aac65

Analogous Colors of #651aac

#651aac #ac1aaa #1c1aac

Monochromatic Colors of #651aac

#651aac

Complementary Color

#651aac #61ac1a

#651aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#651aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#651aac Color CSS Codes

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

#651aac Text Font Color

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

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


#651aac Background Color

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

This div background color is #651aac


#651aac Border Color

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

This div border color is #651aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #651aac


Comments

No comments written yet.

Please login to write comment.