Color Hex Logo

#650e8a Color Hex

#650E8A
(101,14,138)
0 Favorites   0 Comments

Color spaces of #650e8a

RGB 10114138
HSL0.780.820.30
HSV282°90°54°
CMYK 0.270.900.00   0.46
XYZ10.11134.915824.4607
Yxy4.91580.25610.1245
Hunter Lab22.171642.6041-49.8912
CIE-Lab26.493553.7534-48.3165

#650e8a color RGB value is (101,14,138).

#650e8a hex color red value is 101, green value is 14 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #650e8a hue: 0.78 , saturation: 0.82 and the lightness value of 650e8a is 0.30.

The process color (four color CMYK) of #650e8a color hex is 0.27, 0.90, 0.00, 0.46. Web safe color of #650e8a is #660099. Color #650e8a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00001110 10001010
Octal 145 16 212
Decimal 101 14 138
Hex 65 E 8A

RGB Percentages of Color #650e8a

%39.92
%5.53
%54.55

CMYK Percentages of Color #650e8a

%27
%90
%0
%46

Triadic Colors of #650e8a

#650e8a #8a650e #0e8a65

Analogous Colors of #650e8a

#650e8a #8a0e71 #270e8a

Monochromatic Colors of #650e8a

#650e8a

Complementary Color

#650e8a #338a0e

#650e8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#650e8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#650e8a Color CSS Codes

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

#650e8a Text Font Color

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

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


#650e8a Background Color

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

This div background color is #650e8a


#650e8a Border Color

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

This div border color is #650e8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #650e8a


Comments

No comments written yet.

Please login to write comment.