Color Hex Logo

#653efa Color Hex

#653EFA
(101,62,250)
0 Favorites   0 Comments

Color spaces of #653efa

RGB 10162250
HSL0.700.950.61
HSV252°75°98°
CMYK 0.600.750.00   0.02
XYZ24.344813.114191.6906
Yxy13.11410.18850.1015
Hunter Lab36.213456.6249-124.7701
CIE-Lab42.934763.5070-87.2535

#653efa color RGB value is (101,62,250).

#653efa hex color red value is 101, green value is 62 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #653efa hue: 0.70 , saturation: 0.95 and the lightness value of 653efa is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00111110 11111010
Octal 145 76 372
Decimal 101 62 250
Hex 65 3E FA

RGB Percentages of Color #653efa

%24.46
%15.01
%60.53

CMYK Percentages of Color #653efa

%60
%75
%0
%2

Triadic Colors of #653efa

#653efa #fa653e #3efa65

Analogous Colors of #653efa

#653efa #c33efa #3e75fa

Monochromatic Colors of #653efa

#653efa

Complementary Color

#653efa #d3fa3e

#653efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#653efa Color CSS Codes

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

#653efa Text Font Color

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

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


#653efa Background Color

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

This div background color is #653efa


#653efa Border Color

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

This div border color is #653efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653efa


Comments

No comments written yet.

Please login to write comment.