Color Hex Logo

#653eba Color Hex

#653EBA
(101,62,186)
0 Favorites   0 Comments

Color spaces of #653eba

RGB 10162186
HSL0.720.500.49
HSV259°67°73°
CMYK 0.460.670.00   0.27
XYZ15.95249.757147.4969
Yxy9.75710.21790.1333
Hunter Lab31.236436.4963-68.2888
CIE-Lab37.402945.6182-59.6072

#653eba color RGB value is (101,62,186).

#653eba hex color red value is 101, green value is 62 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #653eba hue: 0.72 , saturation: 0.50 and the lightness value of 653eba is 0.49.

The process color (four color CMYK) of #653eba color hex is 0.46, 0.67, 0.00, 0.27. Web safe color of #653eba is #6633cc. Color #653eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00111110 10111010
Octal 145 76 272
Decimal 101 62 186
Hex 65 3E BA

RGB Percentages of Color #653eba

%28.94
%17.77
%53.30

CMYK Percentages of Color #653eba

%46
%67
%0
%27

Triadic Colors of #653eba

#653eba #ba653e #3eba65

Analogous Colors of #653eba

#653eba #a33eba #3e55ba

Monochromatic Colors of #653eba

#653eba

Complementary Color

#653eba #93ba3e

#653eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#653eba Color CSS Codes

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

#653eba Text Font Color

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

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


#653eba Background Color

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

This div background color is #653eba


#653eba Border Color

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

This div border color is #653eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653eba


Comments

No comments written yet.

Please login to write comment.