Color Hex Logo

#651fbe Color Hex

#651FBE
(101,31,190)
0 Favorites   0 Comments

Color spaces of #651fbe

RGB 10131190
HSL0.740.720.43
HSV266°84°75°
CMYK 0.470.840.00   0.25
XYZ15.15117.464449.3574
Yxy7.46440.21050.1037
Hunter Lab27.321151.1767-87.9868
CIE-Lab32.841660.5816-69.4268

#651fbe color RGB value is (101,31,190).

#651fbe hex color red value is 101, green value is 31 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #651fbe hue: 0.74 , saturation: 0.72 and the lightness value of 651fbe is 0.43.

The process color (four color CMYK) of #651fbe color hex is 0.47, 0.84, 0.00, 0.25. Web safe color of #651fbe is #6633cc. Color #651fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00011111 10111110
Octal 145 37 276
Decimal 101 31 190
Hex 65 1F BE

RGB Percentages of Color #651fbe

%31.37
%9.63
%59.01

CMYK Percentages of Color #651fbe

%47
%84
%0
%25

Triadic Colors of #651fbe

#651fbe #be651f #1fbe65

Analogous Colors of #651fbe

#651fbe #b51fbe #1f28be

Monochromatic Colors of #651fbe

#651fbe

Complementary Color

#651fbe #78be1f

#651fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#651fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#651fbe Color CSS Codes

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

#651fbe Text Font Color

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

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


#651fbe Background Color

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

This div background color is #651fbe


#651fbe Border Color

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

This div border color is #651fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #651fbe


Comments

No comments written yet.

Please login to write comment.