Color Hex Logo

#651baf Color Hex

#651BAF
(101,27,175)
0 Favorites   0 Comments

Color spaces of #651baf

RGB 10127175
HSL0.750.730.40
HSV270°85°69°
CMYK 0.420.850.00   0.31
XYZ13.49666.645741.1288
Yxy6.64570.22030.1085
Hunter Lab25.779348.3391-76.5471
CIE-Lab30.986358.3274-63.5637

#651baf color RGB value is (101,27,175).

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

The process color (four color CMYK) of #651baf color hex is 0.42, 0.85, 0.00, 0.31. Web safe color of #651baf is #663399. Color #651baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00011011 10101111
Octal 145 33 257
Decimal 101 27 175
Hex 65 1B AF

RGB Percentages of Color #651baf

%33.33
%8.91
%57.76

CMYK Percentages of Color #651baf

%42
%85
%0
%31

Triadic Colors of #651baf

#651baf #af651b #1baf65

Analogous Colors of #651baf

#651baf #af1baf #1b1baf

Monochromatic Colors of #651baf

#651baf

Complementary Color

#651baf #65af1b

#651baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#651baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#651baf Color CSS Codes

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

#651baf Text Font Color

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

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


#651baf Background Color

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

This div background color is #651baf


#651baf Border Color

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

This div border color is #651baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #651baf


Comments

No comments written yet.

Please login to write comment.