Color Hex Logo

#653fa0 Color Hex

#653FA0
(101,63,160)
0 Favorites   0 Comments

Color spaces of #653fa0

RGB 10163160
HSL0.730.430.44
HSV264°61°63°
CMYK 0.370.610.00   0.37
XYZ13.48958.859834.2568
Yxy8.85980.23830.1565
Hunter Lab29.765428.8056-47.4006
CIE-Lab35.712937.9083-46.8669

#653fa0 color RGB value is (101,63,160).

#653fa0 hex color red value is 101, green value is 63 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #653fa0 hue: 0.73 , saturation: 0.43 and the lightness value of 653fa0 is 0.44.

The process color (four color CMYK) of #653fa0 color hex is 0.37, 0.61, 0.00, 0.37. Web safe color of #653fa0 is #663399. Color #653fa0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00111111 10100000
Octal 145 77 240
Decimal 101 63 160
Hex 65 3F A0

RGB Percentages of Color #653fa0

%31.17
%19.44
%49.38

CMYK Percentages of Color #653fa0

%37
%61
%0
%37

Triadic Colors of #653fa0

#653fa0 #a0653f #3fa065

Analogous Colors of #653fa0

#653fa0 #963fa0 #3f4aa0

Monochromatic Colors of #653fa0

#653fa0

Complementary Color

#653fa0 #7aa03f

#653fa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653fa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#653fa0 Color CSS Codes

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

#653fa0 Text Font Color

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

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


#653fa0 Background Color

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

This div background color is #653fa0


#653fa0 Border Color

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

This div border color is #653fa0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653fa0


Comments

No comments written yet.

Please login to write comment.