Color Hex Logo

#650eac Color Hex

#650EAC
(101,14,172)
0 Favorites   0 Comments

Color spaces of #650eac

RGB 10114172
HSL0.760.850.36
HSV273°92°67°
CMYK 0.410.920.00   0.33
XYZ12.97036.059339.5157
Yxy6.05930.22150.1035
Hunter Lab24.615650.9766-77.9478
CIE-Lab29.561661.0328-64.1048

#650eac color RGB value is (101,14,172).

#650eac hex color red value is 101, green value is 14 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #650eac hue: 0.76 , saturation: 0.85 and the lightness value of 650eac is 0.36.

The process color (four color CMYK) of #650eac color hex is 0.41, 0.92, 0.00, 0.33. Web safe color of #650eac is #660099. Color #650eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00001110 10101100
Octal 145 16 254
Decimal 101 14 172
Hex 65 E AC

RGB Percentages of Color #650eac

%35.19
%4.88
%59.93

CMYK Percentages of Color #650eac

%41
%92
%0
%33

Triadic Colors of #650eac

#650eac #ac650e #0eac65

Analogous Colors of #650eac

#650eac #ac0ea4 #160eac

Monochromatic Colors of #650eac

#650eac

Complementary Color

#650eac #55ac0e

#650eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#650eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#650eac Color CSS Codes

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

#650eac Text Font Color

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

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


#650eac Background Color

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

This div background color is #650eac


#650eac Border Color

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

This div border color is #650eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #650eac


Comments

No comments written yet.

Please login to write comment.