Color Hex Logo

#650c82 Color Hex

#650C82
(101,12,130)
0 Favorites   0 Comments

Color spaces of #650c82

RGB 10112130
HSL0.790.830.28
HSV285°91°51°
CMYK 0.220.910.00   0.49
XYZ9.52764.641421.5128
Yxy4.64140.26700.1301
Hunter Lab21.543941.2382-44.1237
CIE-Lab25.687752.5774-44.6112

#650c82 color RGB value is (101,12,130).

#650c82 hex color red value is 101, green value is 12 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #650c82 hue: 0.79 , saturation: 0.83 and the lightness value of 650c82 is 0.28.

The process color (four color CMYK) of #650c82 color hex is 0.22, 0.91, 0.00, 0.49. Web safe color of #650c82 is #660099. Color #650c82 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00001100 10000010
Octal 145 14 202
Decimal 101 12 130
Hex 65 C 82

RGB Percentages of Color #650c82

%41.56
%4.94
%53.50

CMYK Percentages of Color #650c82

%22
%91
%0
%49

Triadic Colors of #650c82

#650c82 #82650c #0c8265

Analogous Colors of #650c82

#650c82 #820c64 #2a0c82

Monochromatic Colors of #650c82

#650c82

Complementary Color

#650c82 #29820c

#650c82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#650c82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#650c82 Color CSS Codes

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

#650c82 Text Font Color

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

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


#650c82 Background Color

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

This div background color is #650c82


#650c82 Border Color

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

This div border color is #650c82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #650c82


Comments

No comments written yet.

Please login to write comment.