Color Hex Logo

#653db6 Color Hex

#653DB6
(101,61,182)
0 Favorites   0 Comments

Color spaces of #653db6

RGB 10161182
HSL0.720.500.48
HSV260°66°71°
CMYK 0.450.660.00   0.29
XYZ15.47919.481645.2703
Yxy9.48160.22040.1350
Hunter Lab30.792235.8448-65.6128
CIE-Lab36.895545.0503-58.0738

#653db6 color RGB value is (101,61,182).

#653db6 hex color red value is 101, green value is 61 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #653db6 hue: 0.72 , saturation: 0.50 and the lightness value of 653db6 is 0.48.

The process color (four color CMYK) of #653db6 color hex is 0.45, 0.66, 0.00, 0.29. Web safe color of #653db6 is #6633cc. Color #653db6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00111101 10110110
Octal 145 75 266
Decimal 101 61 182
Hex 65 3D B6

RGB Percentages of Color #653db6

%29.36
%17.73
%52.91

CMYK Percentages of Color #653db6

%45
%66
%0
%29

Triadic Colors of #653db6

#653db6 #b6653d #3db665

Analogous Colors of #653db6

#653db6 #a23db6 #3d52b6

Monochromatic Colors of #653db6

#653db6

Complementary Color

#653db6 #8eb63d

#653db6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653db6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#653db6 Color CSS Codes

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

#653db6 Text Font Color

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

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


#653db6 Background Color

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

This div background color is #653db6


#653db6 Border Color

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

This div border color is #653db6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653db6


Comments

No comments written yet.

Please login to write comment.