Color Hex Logo

#653cc2 Color Hex

#653CC2
(101,60,194)
0 Favorites   0 Comments

Color spaces of #653cc2

RGB 10160194
HSL0.720.530.50
HSV258°69°76°
CMYK 0.480.690.00   0.24
XYZ16.72039.893552.0673
Yxy9.89350.21250.1257
Hunter Lab31.453939.8427-76.1280
CIE-Lab37.650648.9068-63.8971

#653cc2 color RGB value is (101,60,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00111100 11000010
Octal 145 74 302
Decimal 101 60 194
Hex 65 3C C2

RGB Percentages of Color #653cc2

%28.45
%16.90
%54.65

CMYK Percentages of Color #653cc2

%48
%69
%0
%24

Triadic Colors of #653cc2

#653cc2 #c2653c #3cc265

Analogous Colors of #653cc2

#653cc2 #a83cc2 #3c56c2

Monochromatic Colors of #653cc2

#653cc2

Complementary Color

#653cc2 #99c23c

#653cc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653cc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#653cc2 Color CSS Codes

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

#653cc2 Text Font Color

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

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


#653cc2 Background Color

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

This div background color is #653cc2


#653cc2 Border Color

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

This div border color is #653cc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653cc2


Comments

No comments written yet.

Please login to write comment.