Color Hex Logo

#655a7d Color Hex

#655A7D
(101,90,125)
0 Favorites   0 Comments

Color spaces of #655a7d

RGB 10190125
HSL0.720.160.42
HSV259°28°49°
CMYK 0.190.280.00   0.51
XYZ12.724711.559720.9626
Yxy11.55970.28120.2555
Hunter Lab33.99967.3063-12.7559
CIE-Lab40.507612.2166-18.0580

#655a7d color RGB value is (101,90,125).

#655a7d hex color red value is 101, green value is 90 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #655a7d hue: 0.72 , saturation: 0.16 and the lightness value of 655a7d is 0.42.

The process color (four color CMYK) of #655a7d color hex is 0.19, 0.28, 0.00, 0.51. Web safe color of #655a7d is #666666. Color #655a7d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01011010 01111101
Octal 145 132 175
Decimal 101 90 125
Hex 65 5A 7D

RGB Percentages of Color #655a7d

%31.96
%28.48
%39.56

CMYK Percentages of Color #655a7d

%19
%28
%0
%51

Triadic Colors of #655a7d

#655a7d #7d655a #5a7d65

Analogous Colors of #655a7d

#655a7d #775a7d #5a617d

Monochromatic Colors of #655a7d

#655a7d

Complementary Color

#655a7d #727d5a

#655a7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655a7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#655a7d Color CSS Codes

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

#655a7d Text Font Color

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

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


#655a7d Background Color

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

This div background color is #655a7d


#655a7d Border Color

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

This div border color is #655a7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655a7d


Comments

No comments written yet.

Please login to write comment.