Color Hex Logo

#655f87 Color Hex

#655F87
(101,95,135)
0 Favorites   0 Comments

Color spaces of #655f87

RGB 10195135
HSL0.690.170.45
HSV249°30°53°
CMYK 0.250.300.00   0.47
XYZ13.832212.700424.6441
Yxy12.70040.27030.2482
Hunter Lab35.63766.9162-16.0538
CIE-Lab42.308311.6702-21.3527

#655f87 color RGB value is (101,95,135).

#655f87 hex color red value is 101, green value is 95 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #655f87 hue: 0.69 , saturation: 0.17 and the lightness value of 655f87 is 0.45.

The process color (four color CMYK) of #655f87 color hex is 0.25, 0.30, 0.00, 0.47. Web safe color of #655f87 is #666699. Color #655f87 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01011111 10000111
Octal 145 137 207
Decimal 101 95 135
Hex 65 5F 87

RGB Percentages of Color #655f87

%30.51
%28.70
%40.79

CMYK Percentages of Color #655f87

%25
%30
%0
%47

Triadic Colors of #655f87

#655f87 #87655f #5f8765

Analogous Colors of #655f87

#655f87 #795f87 #5f6d87

Monochromatic Colors of #655f87

#655f87

Complementary Color

#655f87 #81875f

#655f87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655f87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#655f87 Color CSS Codes

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

#655f87 Text Font Color

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

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


#655f87 Background Color

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

This div background color is #655f87


#655f87 Border Color

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

This div border color is #655f87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655f87


Comments

No comments written yet.

Please login to write comment.