Color Hex Logo

#650abb Color Hex

#650ABB
(101,10,187)
0 Favorites   0 Comments

Color spaces of #650abb

RGB 10110187
HSL0.750.900.39
HSV271°95°73°
CMYK 0.460.950.00   0.27
XYZ14.44506.571647.5208
Yxy6.57160.21080.0959
Hunter Lab25.635155.7205-91.9635
CIE-Lab30.811065.0552-70.9979

#650abb color RGB value is (101,10,187).

#650abb hex color red value is 101, green value is 10 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #650abb hue: 0.75 , saturation: 0.90 and the lightness value of 650abb is 0.39.

The process color (four color CMYK) of #650abb color hex is 0.46, 0.95, 0.00, 0.27. Web safe color of #650abb is #6600cc. Color #650abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00001010 10111011
Octal 145 12 273
Decimal 101 10 187
Hex 65 A BB

RGB Percentages of Color #650abb

%33.89
%3.36
%62.75

CMYK Percentages of Color #650abb

%46
%95
%0
%27

Triadic Colors of #650abb

#650abb #bb650a #0abb65

Analogous Colors of #650abb

#650abb #bb0ab9 #0d0abb

Monochromatic Colors of #650abb

#650abb

Complementary Color

#650abb #60bb0a

#650abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#650abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#650abb Color CSS Codes

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

#650abb Text Font Color

<p style="color:#650abb">Text here</p>

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


#650abb Background Color

<div style="background-color:#650abb">
Div content here</div>

This div background color is #650abb


#650abb Border Color

<div style="border:3px solid #650abb">
Div here</div>

This div border color is #650abb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,10,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #650abb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #650abb;
  -webkit-box-shadow: 1px 1px 3px 2px #650abb;
  box-shadow:         1px 1px 3px 2px #650abb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #650abb


Comments

No comments written yet.

Please login to write comment.