Color Hex Logo

#651eaf Color Hex

#651EAF
(101,30,175)
0 Favorites   0 Comments

Color spaces of #651eaf

RGB 10130175
HSL0.750.710.40
HSV269°83°69°
CMYK 0.420.830.00   0.31
XYZ13.56906.790441.1530
Yxy6.79040.22060.1104
Hunter Lab26.058447.3455-75.3935
CIE-Lab31.324957.3336-63.0083

#651eaf color RGB value is (101,30,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00011110 10101111
Octal 145 36 257
Decimal 101 30 175
Hex 65 1E AF

RGB Percentages of Color #651eaf

%33.01
%9.80
%57.19

CMYK Percentages of Color #651eaf

%42
%83
%0
%31

Triadic Colors of #651eaf

#651eaf #af651e #1eaf65

Analogous Colors of #651eaf

#651eaf #ae1eaf #1e20af

Monochromatic Colors of #651eaf

#651eaf

Complementary Color

#651eaf #68af1e

#651eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#651eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#651eaf Color CSS Codes

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

#651eaf Text Font Color

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

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


#651eaf Background Color

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

This div background color is #651eaf


#651eaf Border Color

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

This div border color is #651eaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,30,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 #651eaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #651eaf


Comments

No comments written yet.

Please login to write comment.