Color Hex Logo

#653bee Color Hex

#653BEE
(101,59,238)
0 Favorites   0 Comments

Color spaces of #653bee

RGB 10159238
HSL0.710.840.58
HSV254°75°93°
CMYK 0.580.750.00   0.07
XYZ22.363412.067782.0395
Yxy12.06770.19200.1036
Hunter Lab34.738654.1190-115.7037
CIE-Lab41.323561.5921-83.1578

#653bee color RGB value is (101,59,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00111011 11101110
Octal 145 73 356
Decimal 101 59 238
Hex 65 3B EE

RGB Percentages of Color #653bee

%25.38
%14.82
%59.80

CMYK Percentages of Color #653bee

%58
%75
%0
%7

Triadic Colors of #653bee

#653bee #ee653b #3bee65

Analogous Colors of #653bee

#653bee #bf3bee #3b6bee

Monochromatic Colors of #653bee

#653bee

Complementary Color

#653bee #c4ee3b

#653bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#653bee Color CSS Codes

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

#653bee Text Font Color

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

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


#653bee Background Color

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

This div background color is #653bee


#653bee Border Color

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

This div border color is #653bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653bee


Comments

No comments written yet.

Please login to write comment.