Color Hex Logo

#653def Color Hex

#653DEF
(101,61,239)
0 Favorites   0 Comments

Color spaces of #653def

RGB 10161239
HSL0.700.850.59
HSV253°74°94°
CMYK 0.580.740.00   0.06
XYZ22.615612.336282.8505
Yxy12.33620.19200.1047
Hunter Lab35.122953.4708-115.2715
CIE-Lab41.745560.9290-83.0279

#653def color RGB value is (101,61,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00111101 11101111
Octal 145 75 357
Decimal 101 61 239
Hex 65 3D EF

RGB Percentages of Color #653def

%25.19
%15.21
%59.60

CMYK Percentages of Color #653def

%58
%74
%0
%6

Triadic Colors of #653def

#653def #ef653d #3def65

Analogous Colors of #653def

#653def #be3def #3d6eef

Monochromatic Colors of #653def

#653def

Complementary Color

#653def #c7ef3d

#653def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653def Color Preview on White Background

Lorem ipsum dolor sit amet.

#653def Color CSS Codes

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

#653def Text Font Color

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

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


#653def Background Color

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

This div background color is #653def


#653def Border Color

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

This div border color is #653def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653def


Comments

No comments written yet.

Please login to write comment.