Color Hex Logo

#653bca Color Hex

#653BCA
(101,59,202)
0 Favorites   0 Comments

Color spaces of #653bca

RGB 10159202
HSL0.720.570.51
HSV258°71°79°
CMYK 0.500.710.00   0.21
XYZ17.591510.158956.9108
Yxy10.15890.20780.1200
Hunter Lab31.873042.7407-83.5540
CIE-Lab38.126151.6409-67.7838

#653bca color RGB value is (101,59,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00111011 11001010
Octal 145 73 312
Decimal 101 59 202
Hex 65 3B CA

RGB Percentages of Color #653bca

%27.90
%16.30
%55.80

CMYK Percentages of Color #653bca

%50
%71
%0
%21

Triadic Colors of #653bca

#653bca #ca653b #3bca65

Analogous Colors of #653bca

#653bca #ad3bca #3b59ca

Monochromatic Colors of #653bca

#653bca

Complementary Color

#653bca #a0ca3b

#653bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#653bca Color CSS Codes

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

#653bca Text Font Color

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

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


#653bca Background Color

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

This div background color is #653bca


#653bca Border Color

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

This div border color is #653bca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,59,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 #653bca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653bca


Comments

No comments written yet.

Please login to write comment.