Color Hex Logo

#655dac Color Hex

#655DAC
(101,93,172)
0 Favorites   0 Comments

Color spaces of #655dac

RGB 10193172
HSL0.680.320.52
HSV246°46°67°
CMYK 0.410.460.00   0.33
XYZ16.727613.574040.7681
Yxy13.57400.23540.1910
Hunter Lab36.842916.5684-39.8166
CIE-Lab43.615723.2360-41.3650

#655dac color RGB value is (101,93,172).

#655dac hex color red value is 101, green value is 93 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #655dac hue: 0.68 , saturation: 0.32 and the lightness value of 655dac is 0.52.

The process color (four color CMYK) of #655dac color hex is 0.41, 0.46, 0.00, 0.33. Web safe color of #655dac is #666699. Color #655dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01011101 10101100
Octal 145 135 254
Decimal 101 93 172
Hex 65 5D AC

RGB Percentages of Color #655dac

%27.60
%25.41
%46.99

CMYK Percentages of Color #655dac

%41
%46
%0
%33

Triadic Colors of #655dac

#655dac #ac655d #5dac65

Analogous Colors of #655dac

#655dac #8d5dac #5d7dac

Monochromatic Colors of #655dac

#655dac

Complementary Color

#655dac #a4ac5d

#655dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#655dac Color CSS Codes

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

#655dac Text Font Color

<p style="color:#655dac">Text here</p>

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


#655dac Background Color

<div style="background-color:#655dac">
Div content here</div>

This div background color is #655dac


#655dac Border Color

<div style="border:3px solid #655dac">
Div here</div>

This div border color is #655dac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,93,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #655dac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #655dac;
  -webkit-box-shadow: 1px 1px 3px 2px #655dac;
  box-shadow:         1px 1px 3px 2px #655dac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655dac


Comments

No comments written yet.

Please login to write comment.