Color Hex Logo

#650ceb Color Hex

#650CEB
(101,12,235)
0 Favorites   0 Comments

Color spaces of #650ceb

RGB 10112235
HSL0.730.900.48
HSV264°95°92°
CMYK 0.570.950.00   0.08
XYZ20.49379.027879.2597
Yxy9.02780.18840.0830
Hunter Lab30.046369.1686-135.3698
CIE-Lab36.037875.5216-90.1920

#650ceb color RGB value is (101,12,235).

#650ceb hex color red value is 101, green value is 12 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #650ceb hue: 0.73 , saturation: 0.90 and the lightness value of 650ceb is 0.48.

The process color (four color CMYK) of #650ceb color hex is 0.57, 0.95, 0.00, 0.08. Web safe color of #650ceb is #6600ff. Color #650ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00001100 11101011
Octal 145 14 353
Decimal 101 12 235
Hex 65 C EB

RGB Percentages of Color #650ceb

%29.02
%3.45
%67.53

CMYK Percentages of Color #650ceb

%57
%95
%0
%8

Triadic Colors of #650ceb

#650ceb #eb650c #0ceb65

Analogous Colors of #650ceb

#650ceb #d50ceb #0c22eb

Monochromatic Colors of #650ceb

#650ceb

Complementary Color

#650ceb #92eb0c

#650ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#650ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#650ceb Color CSS Codes

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

#650ceb Text Font Color

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

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


#650ceb Background Color

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

This div background color is #650ceb


#650ceb Border Color

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

This div border color is #650ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #650ceb


Comments

No comments written yet.

Please login to write comment.