Color Hex Logo

#650acd Color Hex

#650ACD
(101,10,205)
0 Favorites   0 Comments

Color spaces of #650acd

RGB 10110205
HSL0.740.910.42
HSV268°95°80°
CMYK 0.510.950.00   0.20
XYZ16.49487.391658.3149
Yxy7.39160.20070.0899
Hunter Lab27.187560.7188-108.1408
CIE-Lab32.682369.0569-78.4839

#650acd color RGB value is (101,10,205).

#650acd hex color red value is 101, green value is 10 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #650acd hue: 0.74 , saturation: 0.91 and the lightness value of 650acd is 0.42.

The process color (four color CMYK) of #650acd color hex is 0.51, 0.95, 0.00, 0.20. Web safe color of #650acd is #6600cc. Color #650acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00001010 11001101
Octal 145 12 315
Decimal 101 10 205
Hex 65 A CD

RGB Percentages of Color #650acd

%31.96
%3.16
%64.87

CMYK Percentages of Color #650acd

%51
%95
%0
%20

Triadic Colors of #650acd

#650acd #cd650a #0acd65

Analogous Colors of #650acd

#650acd #c70acd #0a10cd

Monochromatic Colors of #650acd

#650acd

Complementary Color

#650acd #72cd0a

#650acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#650acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#650acd Color CSS Codes

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

#650acd Text Font Color

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

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


#650acd Background Color

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

This div background color is #650acd


#650acd Border Color

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

This div border color is #650acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #650acd


Comments

No comments written yet.

Please login to write comment.