Color Hex Logo

#653ee1 Color Hex

#653EE1
(101,62,225)
0 Favorites   0 Comments

Color spaces of #653ee1

RGB 10162225
HSL0.710.730.56
HSV254°72°88°
CMYK 0.550.720.00   0.12
XYZ20.680111.648272.3925
Yxy11.64820.19750.1112
Hunter Lab34.129548.4321-101.8703
CIE-Lab40.651456.5414-76.8837

#653ee1 color RGB value is (101,62,225).

#653ee1 hex color red value is 101, green value is 62 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #653ee1 hue: 0.71 , saturation: 0.73 and the lightness value of 653ee1 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00111110 11100001
Octal 145 76 341
Decimal 101 62 225
Hex 65 3E E1

RGB Percentages of Color #653ee1

%26.03
%15.98
%57.99

CMYK Percentages of Color #653ee1

%55
%72
%0
%12

Triadic Colors of #653ee1

#653ee1 #e1653e #3ee165

Analogous Colors of #653ee1

#653ee1 #b73ee1 #3e69e1

Monochromatic Colors of #653ee1

#653ee1

Complementary Color

#653ee1 #bae13e

#653ee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653ee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#653ee1 Color CSS Codes

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

#653ee1 Text Font Color

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

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


#653ee1 Background Color

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

This div background color is #653ee1


#653ee1 Border Color

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

This div border color is #653ee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653ee1


Comments

No comments written yet.

Please login to write comment.