Color Hex Logo

#653cae Color Hex

#653CAE
(101,60,174)
0 Favorites   0 Comments

Color spaces of #653cae

RGB 10160174
HSL0.730.490.46
HSV262°66°68°
CMYK 0.420.660.00   0.32
XYZ14.62279.054441.0214
Yxy9.05440.22600.1399
Hunter Lab30.090534.0849-59.7647
CIE-Lab36.088843.3959-54.6403

#653cae color RGB value is (101,60,174).

#653cae hex color red value is 101, green value is 60 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #653cae hue: 0.73 , saturation: 0.49 and the lightness value of 653cae is 0.46.

The process color (four color CMYK) of #653cae color hex is 0.42, 0.66, 0.00, 0.32. Web safe color of #653cae is #663399. Color #653cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00111100 10101110
Octal 145 74 256
Decimal 101 60 174
Hex 65 3C AE

RGB Percentages of Color #653cae

%30.15
%17.91
%51.94

CMYK Percentages of Color #653cae

%42
%66
%0
%32

Triadic Colors of #653cae

#653cae #ae653c #3cae65

Analogous Colors of #653cae

#653cae #9e3cae #3c4cae

Monochromatic Colors of #653cae

#653cae

Complementary Color

#653cae #85ae3c

#653cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#653cae Color CSS Codes

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

#653cae Text Font Color

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

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


#653cae Background Color

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

This div background color is #653cae


#653cae Border Color

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

This div border color is #653cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653cae


Comments

No comments written yet.

Please login to write comment.