Color Hex Logo

#653ad8 Color Hex

#653AD8
(101,58,216)
0 Favorites   0 Comments

Color spaces of #653ad8

RGB 10158216
HSL0.710.670.54
HSV256°73°85°
CMYK 0.530.730.00   0.15
XYZ19.274610.750766.0250
Yxy10.75070.20070.1119
Hunter Lab32.788347.5519-96.4392
CIE-Lab39.157456.0080-74.1839

#653ad8 color RGB value is (101,58,216).

#653ad8 hex color red value is 101, green value is 58 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #653ad8 hue: 0.71 , saturation: 0.67 and the lightness value of 653ad8 is 0.54.

The process color (four color CMYK) of #653ad8 color hex is 0.53, 0.73, 0.00, 0.15. Web safe color of #653ad8 is #6633cc. Color #653ad8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00111010 11011000
Octal 145 72 330
Decimal 101 58 216
Hex 65 3A D8

RGB Percentages of Color #653ad8

%26.93
%15.47
%57.60

CMYK Percentages of Color #653ad8

%53
%73
%0
%15

Triadic Colors of #653ad8

#653ad8 #d8653a #3ad865

Analogous Colors of #653ad8

#653ad8 #b43ad8 #3a5ed8

Monochromatic Colors of #653ad8

#653ad8

Complementary Color

#653ad8 #add83a

#653ad8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653ad8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#653ad8 Color CSS Codes

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

#653ad8 Text Font Color

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

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


#653ad8 Background Color

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

This div background color is #653ad8


#653ad8 Border Color

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

This div border color is #653ad8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653ad8


Comments

No comments written yet.

Please login to write comment.