Color Hex Logo

#653ceb Color Hex

#653CEB
(101,60,235)
0 Favorites   0 Comments

Color spaces of #653ceb

RGB 10160235
HSL0.710.810.58
HSV254°74°92°
CMYK 0.570.740.00   0.08
XYZ21.978111.996679.7545
Yxy11.99660.19320.1055
Hunter Lab34.636152.6527-112.2783
CIE-Lab41.210760.2953-81.6467

#653ceb color RGB value is (101,60,235).

#653ceb hex color red value is 101, green value is 60 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #653ceb hue: 0.71 , saturation: 0.81 and the lightness value of 653ceb is 0.58.

The process color (four color CMYK) of #653ceb color hex is 0.57, 0.74, 0.00, 0.08. Web safe color of #653ceb is #6633ff. Color #653ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00111100 11101011
Octal 145 74 353
Decimal 101 60 235
Hex 65 3C EB

RGB Percentages of Color #653ceb

%25.51
%15.15
%59.34

CMYK Percentages of Color #653ceb

%57
%74
%0
%8

Triadic Colors of #653ceb

#653ceb #eb653c #3ceb65

Analogous Colors of #653ceb

#653ceb #bd3ceb #3c6beb

Monochromatic Colors of #653ceb

#653ceb

Complementary Color

#653ceb #c2eb3c

#653ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#653ceb Color CSS Codes

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

#653ceb Text Font Color

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

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


#653ceb Background Color

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

This div background color is #653ceb


#653ceb Border Color

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

This div border color is #653ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653ceb


Comments

No comments written yet.

Please login to write comment.