Color Hex Logo

#653eca Color Hex

#653ECA
(101,62,202)
0 Favorites   0 Comments

Color spaces of #653eca

RGB 10162202
HSL0.710.570.52
HSV257°69°79°
CMYK 0.500.690.00   0.21
XYZ17.750110.476256.9637
Yxy10.47620.20840.1230
Hunter Lab32.367041.2476-81.6896
CIE-Lab38.683950.0905-66.8721

#653eca color RGB value is (101,62,202).

#653eca hex color red value is 101, green value is 62 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #653eca hue: 0.71 , saturation: 0.57 and the lightness value of 653eca is 0.52.

The process color (four color CMYK) of #653eca color hex is 0.50, 0.69, 0.00, 0.21. Web safe color of #653eca is #6633cc. Color #653eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00111110 11001010
Octal 145 76 312
Decimal 101 62 202
Hex 65 3E CA

RGB Percentages of Color #653eca

%27.67
%16.99
%55.34

CMYK Percentages of Color #653eca

%50
%69
%0
%21

Triadic Colors of #653eca

#653eca #ca653e #3eca65

Analogous Colors of #653eca

#653eca #ab3eca #3e5dca

Monochromatic Colors of #653eca

#653eca

Complementary Color

#653eca #a3ca3e

#653eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#653eca Color CSS Codes

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

#653eca Text Font Color

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

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


#653eca Background Color

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

This div background color is #653eca


#653eca Border Color

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

This div border color is #653eca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,62,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #653eca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #653eca;
  -webkit-box-shadow: 1px 1px 3px 2px #653eca;
  box-shadow:         1px 1px 3px 2px #653eca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653eca


Comments

No comments written yet.

Please login to write comment.