Color Hex Logo

#653ec2 Color Hex

#653EC2
(101,62,194)
0 Favorites   0 Comments

Color spaces of #653ec2

RGB 10162194
HSL0.720.520.50
HSV258°68°76°
CMYK 0.480.680.00   0.24
XYZ16.827110.107052.1029
Yxy10.10700.21290.1279
Hunter Lab31.791538.8441-74.9159
CIE-Lab38.033847.8504-63.2721

#653ec2 color RGB value is (101,62,194).

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

The process color (four color CMYK) of #653ec2 color hex is 0.48, 0.68, 0.00, 0.24. Web safe color of #653ec2 is #6633cc. Color #653ec2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00111110 11000010
Octal 145 76 302
Decimal 101 62 194
Hex 65 3E C2

RGB Percentages of Color #653ec2

%28.29
%17.37
%54.34

CMYK Percentages of Color #653ec2

%48
%68
%0
%24

Triadic Colors of #653ec2

#653ec2 #c2653e #3ec265

Analogous Colors of #653ec2

#653ec2 #a73ec2 #3e59c2

Monochromatic Colors of #653ec2

#653ec2

Complementary Color

#653ec2 #9bc23e

#653ec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653ec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#653ec2 Color CSS Codes

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

#653ec2 Text Font Color

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

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


#653ec2 Background Color

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

This div background color is #653ec2


#653ec2 Border Color

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

This div border color is #653ec2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653ec2


Comments

No comments written yet.

Please login to write comment.