Color Hex Logo

#653dfc Color Hex

#653DFC
(101,61,252)
0 Favorites   0 Comments

Color spaces of #653dfc

RGB 10161252
HSL0.700.970.61
HSV253°76°99°
CMYK 0.600.760.00   0.01
XYZ24.606313.132593.3334
Yxy13.13250.18770.1002
Hunter Lab36.238857.7844-127.3349
CIE-Lab42.962264.5211-88.3273

#653dfc color RGB value is (101,61,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00111101 11111100
Octal 145 75 374
Decimal 101 61 252
Hex 65 3D FC

RGB Percentages of Color #653dfc

%24.40
%14.73
%60.87

CMYK Percentages of Color #653dfc

%60
%76
%0
%1

Triadic Colors of #653dfc

#653dfc #fc653d #3dfc65

Analogous Colors of #653dfc

#653dfc #c53dfc #3d75fc

Monochromatic Colors of #653dfc

#653dfc

Complementary Color

#653dfc #d4fc3d

#653dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#653dfc Color CSS Codes

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

#653dfc Text Font Color

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

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


#653dfc Background Color

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

This div background color is #653dfc


#653dfc Border Color

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

This div border color is #653dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653dfc


Comments

No comments written yet.

Please login to write comment.