Color Hex Logo

#653ad1 Color Hex

#653AD1
(101,58,209)
0 Favorites   0 Comments

Color spaces of #653ad1

RGB 10158209
HSL0.710.620.52
HSV257°72°82°
CMYK 0.520.720.00   0.18
XYZ18.388510.396361.3591
Yxy10.39630.20400.1153
Hunter Lab32.243345.3736-90.2588
CIE-Lab38.544554.0773-71.1551

#653ad1 color RGB value is (101,58,209).

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

The process color (four color CMYK) of #653ad1 color hex is 0.52, 0.72, 0.00, 0.18. Web safe color of #653ad1 is #6633cc. Color #653ad1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00111010 11010001
Octal 145 72 321
Decimal 101 58 209
Hex 65 3A D1

RGB Percentages of Color #653ad1

%27.45
%15.76
%56.79

CMYK Percentages of Color #653ad1

%52
%72
%0
%18

Triadic Colors of #653ad1

#653ad1 #d1653a #3ad165

Analogous Colors of #653ad1

#653ad1 #b13ad1 #3a5bd1

Monochromatic Colors of #653ad1

#653ad1

Complementary Color

#653ad1 #a6d13a

#653ad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653ad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#653ad1 Color CSS Codes

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

#653ad1 Text Font Color

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

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


#653ad1 Background Color

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

This div background color is #653ad1


#653ad1 Border Color

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

This div border color is #653ad1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653ad1


Comments

No comments written yet.

Please login to write comment.