Color Hex Logo

#655eae Color Hex

#655EAE
(101,94,174)
0 Favorites   0 Comments

Color spaces of #655eae

RGB 10194174
HSL0.680.330.53
HSV245°46°68°
CMYK 0.420.460.00   0.32
XYZ17.009513.828141.8170
Yxy13.82810.23410.1903
Hunter Lab37.186216.5728-40.6432
CIE-Lab43.985423.2077-41.9534

#655eae color RGB value is (101,94,174).

#655eae hex color red value is 101, green value is 94 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #655eae hue: 0.68 , saturation: 0.33 and the lightness value of 655eae is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 01011110 10101110
Octal 145 136 256
Decimal 101 94 174
Hex 65 5E AE

RGB Percentages of Color #655eae

%27.37
%25.47
%47.15

CMYK Percentages of Color #655eae

%42
%46
%0
%32

Triadic Colors of #655eae

#655eae #ae655e #5eae65

Analogous Colors of #655eae

#655eae #8d5eae #5e7fae

Monochromatic Colors of #655eae

#655eae

Complementary Color

#655eae #a7ae5e

#655eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#655eae Color CSS Codes

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

#655eae Text Font Color

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

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


#655eae Background Color

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

This div background color is #655eae


#655eae Border Color

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

This div border color is #655eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655eae


Comments

No comments written yet.

Please login to write comment.