Color Hex Logo

#650080 Color Hex

#650080
(101,0,128)
0 Favorites   0 Comments

Color spaces of #650080

RGB 1010128
HSL0.801.000.25
HSV287°100°50°
CMYK 0.211.000.00   0.50
XYZ9.26314.325220.7687
Yxy4.32520.26960.1259
Hunter Lab20.797143.1095-44.6510
CIE-Lab24.718754.5847-44.9231

#650080 color RGB value is (101,0,128).

#650080 hex color red value is 101, green value is 0 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #650080 hue: 0.80 , saturation: 1.00 and the lightness value of 650080 is 0.25.

The process color (four color CMYK) of #650080 color hex is 0.21, 1.00, 0.00, 0.50. Web safe color of #650080 is #660099. Color #650080 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00000000 10000000
Octal 145 0 200
Decimal 101 0 128
Hex 65 0 80

RGB Percentages of Color #650080

%44.10
%0.00
%55.90

CMYK Percentages of Color #650080

%21
%100
%0
%50

Triadic Colors of #650080

#650080 #806500 #008065

Analogous Colors of #650080

#650080 #80005b #250080

Monochromatic Colors of #650080

#650080

Complementary Color

#650080 #1b8000

#650080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#650080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#650080 Color CSS Codes

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

#650080 Text Font Color

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

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


#650080 Background Color

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

This div background color is #650080


#650080 Border Color

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

This div border color is #650080


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,0,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #650080; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #650080;
  -webkit-box-shadow: 1px 1px 3px 2px #650080;
  box-shadow:         1px 1px 3px 2px #650080; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #650080


Comments

No comments written yet.

Please login to write comment.