Color Hex Logo

#653cff Color Hex

#653CFF
(101,60,255)
0 Favorites   0 Comments

Color spaces of #653cff

RGB 10160255
HSL0.701.000.62
HSV253°76°100°
CMYK 0.600.760.00   0.00
XYZ25.032713.218495.8398
Yxy13.21840.18670.0986
Hunter Lab36.357159.2763-130.8424
CIE-Lab43.090565.7984-89.7918

#653cff color RGB value is (101,60,255).

#653cff hex color red value is 101, green value is 60 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #653cff hue: 0.70 , saturation: 1.00 and the lightness value of 653cff is 0.62.

The process color (four color CMYK) of #653cff color hex is 0.60, 0.76, 0.00, 0.00. Web safe color of #653cff is #6633ff. Color #653cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00111100 11111111
Octal 145 74 377
Decimal 101 60 255
Hex 65 3C FF

RGB Percentages of Color #653cff

%24.28
%14.42
%61.30

CMYK Percentages of Color #653cff

%60
%76
%0
%0

Triadic Colors of #653cff

#653cff #ff653c #3cff65

Analogous Colors of #653cff

#653cff #c73cff #3c75ff

Monochromatic Colors of #653cff

#653cff

Complementary Color

#653cff #d6ff3c

#653cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#653cff Color CSS Codes

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

#653cff Text Font Color

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

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


#653cff Background Color

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

This div background color is #653cff


#653cff Border Color

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

This div border color is #653cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653cff

Related Colors


Comments

No comments written yet.

Please login to write comment.