Color Hex Logo

#655cad Color Hex

#655CAD
(101,92,173)
0 Favorites   0 Comments

Color spaces of #655cad

RGB 10192173
HSL0.690.330.52
HSV247°47°68°
CMYK 0.420.470.00   0.32
XYZ16.736813.438141.2469
Yxy13.43810.23430.1882
Hunter Lab36.658017.3455-41.0514
CIE-Lab43.416124.1478-42.2713

#655cad color RGB value is (101,92,173).

#655cad hex color red value is 101, green value is 92 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #655cad hue: 0.69 , saturation: 0.33 and the lightness value of 655cad is 0.52.

The process color (four color CMYK) of #655cad color hex is 0.42, 0.47, 0.00, 0.32. Web safe color of #655cad is #666699. Color #655cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01011100 10101101
Octal 145 134 255
Decimal 101 92 173
Hex 65 5C AD

RGB Percentages of Color #655cad

%27.60
%25.14
%47.27

CMYK Percentages of Color #655cad

%42
%47
%0
%32

Triadic Colors of #655cad

#655cad #ad655c #5cad65

Analogous Colors of #655cad

#655cad #8e5cad #5c7cad

Monochromatic Colors of #655cad

#655cad

Complementary Color

#655cad #a4ad5c

#655cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#655cad Color CSS Codes

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

#655cad Text Font Color

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

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


#655cad Background Color

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

This div background color is #655cad


#655cad Border Color

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

This div border color is #655cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655cad


Comments

No comments written yet.

Please login to write comment.