Color Hex Logo

#650dd3 Color Hex

#650DD3
(101,13,211)
0 Favorites   0 Comments

Color spaces of #650dd3

RGB 10113211
HSL0.740.880.44
HSV267°94°83°
CMYK 0.520.940.00   0.17
XYZ17.26867.757762.2152
Yxy7.75770.19790.0889
Hunter Lab27.852661.9276-112.9408
CIE-Lab33.473169.9429-80.6636

#650dd3 color RGB value is (101,13,211).

#650dd3 hex color red value is 101, green value is 13 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #650dd3 hue: 0.74 , saturation: 0.88 and the lightness value of 650dd3 is 0.44.

The process color (four color CMYK) of #650dd3 color hex is 0.52, 0.94, 0.00, 0.17. Web safe color of #650dd3 is #6600cc. Color #650dd3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00001101 11010011
Octal 145 15 323
Decimal 101 13 211
Hex 65 D D3

RGB Percentages of Color #650dd3

%31.08
%4.00
%64.92

CMYK Percentages of Color #650dd3

%52
%94
%0
%17

Triadic Colors of #650dd3

#650dd3 #d3650d #0dd365

Analogous Colors of #650dd3

#650dd3 #c80dd3 #0d18d3

Monochromatic Colors of #650dd3

#650dd3

Complementary Color

#650dd3 #7bd30d

#650dd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#650dd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#650dd3 Color CSS Codes

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

#650dd3 Text Font Color

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

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


#650dd3 Background Color

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

This div background color is #650dd3


#650dd3 Border Color

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

This div border color is #650dd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #650dd3


Comments

No comments written yet.

Please login to write comment.