Color Hex Logo

#655467 Color Hex

#655467
(101,84,103)
0 Favorites   0 Comments

Color spaces of #655467

RGB 10184103
HSL0.820.100.37
HSV294°18°40°
CMYK 0.020.180.00   0.60
XYZ10.985310.086614.1999
Yxy10.08660.31140.2860
Hunter Lab31.75946.1626-4.2775
CIE-Lab37.997410.8061-8.3245

#655467 color RGB value is (101,84,103).

#655467 hex color red value is 101, green value is 84 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #655467 hue: 0.82 , saturation: 0.10 and the lightness value of 655467 is 0.37.

The process color (four color CMYK) of #655467 color hex is 0.02, 0.18, 0.00, 0.60. Web safe color of #655467 is #666666. Color #655467 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01010100 01100111
Octal 145 124 147
Decimal 101 84 103
Hex 65 54 67

RGB Percentages of Color #655467

%35.07
%29.17
%35.76

CMYK Percentages of Color #655467

%2
%18
%0
%60

Triadic Colors of #655467

#655467 #676554 #546765

Analogous Colors of #655467

#655467 #675460 #5c5467

Monochromatic Colors of #655467

#655467

Complementary Color

#655467 #566754

#655467 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655467 Color Preview on White Background

Lorem ipsum dolor sit amet.

#655467 Color CSS Codes

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

#655467 Text Font Color

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

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


#655467 Background Color

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

This div background color is #655467


#655467 Border Color

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

This div border color is #655467


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,84,103, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #655467; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #655467;
  -webkit-box-shadow: 1px 1px 3px 2px #655467;
  box-shadow:         1px 1px 3px 2px #655467; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655467


Comments

No comments written yet.

Please login to write comment.