Color Hex Logo

#650bbc Color Hex

#650BBC
(101,11,188)
0 Favorites   0 Comments

Color spaces of #650bbc

RGB 10111188
HSL0.750.890.39
HSV271°94°74°
CMYK 0.460.940.00   0.26
XYZ14.56366.636948.0904
Yxy6.63690.21020.0958
Hunter Lab25.762255.8239-92.6434
CIE-Lab30.965665.1174-71.3352

#650bbc color RGB value is (101,11,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00001011 10111100
Octal 145 13 274
Decimal 101 11 188
Hex 65 B BC

RGB Percentages of Color #650bbc

%33.67
%3.67
%62.67

CMYK Percentages of Color #650bbc

%46
%94
%0
%26

Triadic Colors of #650bbc

#650bbc #bc650b #0bbc65

Analogous Colors of #650bbc

#650bbc #bc0bbb #0d0bbc

Monochromatic Colors of #650bbc

#650bbc

Complementary Color

#650bbc #62bc0b

#650bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#650bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#650bbc Color CSS Codes

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

#650bbc Text Font Color

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

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


#650bbc Background Color

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

This div background color is #650bbc


#650bbc Border Color

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

This div border color is #650bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #650bbc


Comments

No comments written yet.

Please login to write comment.