Color Hex Logo

#650050 Color Hex

#650050
(101,0,80)
0 Favorites   0 Comments

Color spaces of #650050

RGB 101080
HSL0.871.000.20
HSV312°100°40°
CMYK 0.001.000.21   0.60
XYZ6.81483.34597.8761
Yxy3.34590.37780.1855
Hunter Lab18.291834.4914-12.7249
CIE-Lab21.379146.6015-18.8856

#650050 color RGB value is (101,0,80).

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

The process color (four color CMYK) of #650050 color hex is 0.00, 1.00, 0.21, 0.60. Web safe color of #650050 is #660066. Color #650050 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00000000 01010000
Octal 145 0 120
Decimal 101 0 80
Hex 65 0 50

RGB Percentages of Color #650050

%55.80
%0.00
%44.20

CMYK Percentages of Color #650050

%0
%100
%21
%60

Triadic Colors of #650050

#650050 #506500 #005065

Analogous Colors of #650050

#650050 #65001e #480065

Monochromatic Colors of #650050

#650050

Complementary Color

#650050 #006515

#650050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#650050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#650050 Color CSS Codes

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

#650050 Text Font Color

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

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


#650050 Background Color

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

This div background color is #650050


#650050 Border Color

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

This div border color is #650050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #650050


Comments

No comments written yet.

Please login to write comment.