Color Hex Logo

#653aaf Color Hex

#653AAF
(101,58,175)
0 Favorites   0 Comments

Color spaces of #653aaf

RGB 10158175
HSL0.730.500.46
HSV262°67°69°
CMYK 0.420.670.00   0.31
XYZ14.61778.888041.5025
Yxy8.88800.22490.1367
Hunter Lab29.812735.3493-61.6690
CIE-Lab35.767844.7492-55.7564

#653aaf color RGB value is (101,58,175).

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

The process color (four color CMYK) of #653aaf color hex is 0.42, 0.67, 0.00, 0.31. Web safe color of #653aaf is #663399. Color #653aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00111010 10101111
Octal 145 72 257
Decimal 101 58 175
Hex 65 3A AF

RGB Percentages of Color #653aaf

%30.24
%17.37
%52.40

CMYK Percentages of Color #653aaf

%42
%67
%0
%31

Triadic Colors of #653aaf

#653aaf #af653a #3aaf65

Analogous Colors of #653aaf

#653aaf #a03aaf #3a4aaf

Monochromatic Colors of #653aaf

#653aaf

Complementary Color

#653aaf #84af3a

#653aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#653aaf Color CSS Codes

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

#653aaf Text Font Color

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

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


#653aaf Background Color

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

This div background color is #653aaf


#653aaf Border Color

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

This div border color is #653aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653aaf


Comments

No comments written yet.

Please login to write comment.