Color Hex Logo

#653bec Color Hex

#653BEC
(101,59,236)
0 Favorites   0 Comments

Color spaces of #653bec

RGB 10159236
HSL0.710.820.58
HSV254°75°93°
CMYK 0.570.750.00   0.07
XYZ22.071111.950880.5003
Yxy11.95080.19270.1044
Hunter Lab34.569953.4656-113.8651
CIE-Lab41.137861.0418-82.3326

#653bec color RGB value is (101,59,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00111011 11101100
Octal 145 73 354
Decimal 101 59 236
Hex 65 3B EC

RGB Percentages of Color #653bec

%25.51
%14.90
%59.60

CMYK Percentages of Color #653bec

%57
%75
%0
%7

Triadic Colors of #653bec

#653bec #ec653b #3bec65

Analogous Colors of #653bec

#653bec #be3bec #3b6aec

Monochromatic Colors of #653bec

#653bec

Complementary Color

#653bec #c2ec3b

#653bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#653bec Color CSS Codes

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

#653bec Text Font Color

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

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


#653bec Background Color

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

This div background color is #653bec


#653bec Border Color

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

This div border color is #653bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653bec


Comments

No comments written yet.

Please login to write comment.