Color Hex Logo

#650bbd Color Hex

#650BBD
(101,11,189)
0 Favorites   0 Comments

Color spaces of #650bbd

RGB 10111189
HSL0.750.890.39
HSV270°94°74°
CMYK 0.470.940.00   0.26
XYZ14.67186.680248.6602
Yxy6.68020.20960.0954
Hunter Lab25.846156.0968-93.5325
CIE-Lab31.067565.3390-71.7587

#650bbd color RGB value is (101,11,189).

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

The process color (four color CMYK) of #650bbd color hex is 0.47, 0.94, 0.00, 0.26. Web safe color of #650bbd is #6600cc. Color #650bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00001011 10111101
Octal 145 13 275
Decimal 101 11 189
Hex 65 B BD

RGB Percentages of Color #650bbd

%33.55
%3.65
%62.79

CMYK Percentages of Color #650bbd

%47
%94
%0
%26

Triadic Colors of #650bbd

#650bbd #bd650b #0bbd65

Analogous Colors of #650bbd

#650bbd #bd0bbc #0c0bbd

Monochromatic Colors of #650bbd

#650bbd

Complementary Color

#650bbd #63bd0b

#650bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#650bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#650bbd Color CSS Codes

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

#650bbd Text Font Color

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

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


#650bbd Background Color

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

This div background color is #650bbd


#650bbd Border Color

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

This div border color is #650bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #650bbd


Comments

No comments written yet.

Please login to write comment.